| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | kconfig: add defconfig_list/module option | Roman Zippel | 2006-06-09 | 8 | -24/+61 |
| * | kconfig: add symbol option config syntax | Roman Zippel | 2006-06-09 | 7 | -492/+735 |
| * | kconfig: move .kernelrelease | Roman Zippel | 2006-06-09 | 1 | -11/+10 |
| * | kconfig: integrate split config into silentoldconfig | Roman Zippel | 2006-06-09 | 8 | -246/+129 |
| * | kconfig: allow loading multiple configurations | Roman Zippel | 2006-06-09 | 7 | -62/+84 |
| * | kconfig: allow multiple default values per symbol | Roman Zippel | 2006-06-09 | 3 | -26/+31 |
| * | kconfig: remove SYMBOL_{YES,MOD,NO} | Roman Zippel | 2006-06-09 | 4 | -14/+6 |
| * | kconfig: fix .config dependencies | Roman Zippel | 2006-06-09 | 7 | -73/+156 |
| * | kconfig: improve config load/save output | Roman Zippel | 2006-06-09 | 1 | -4/+18 |
| * | kbuild: fix false section mismatch with ARCH=um build | Sam Ravnborg | 2006-06-08 | 1 | -0/+2 |
| * | kbuild: ignore smp_locks section warnings from init/exit code | Randy Dunlap | 2006-06-08 | 1 | -0/+2 |
| * | kbuild: fix make rpm for powerpc | Mike Wolf | 2006-06-08 | 1 | -0/+5 |
| * | kbuild: obj-dirs is calculated incorrectly if hostprogs-y is defined | Pavel Roskin | 2006-06-08 | 1 | -3/+5 |
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2006-06-26 | 41 | -394/+648 |
|\ \ |
|
| * | | [CRYPTO] tcrypt: Forbid tcrypt from being built-in | Herbert Xu | 2006-06-26 | 1 | -1/+1 |
| * | | [CRYPTO] aes: Add wrappers for assembly routines | Herbert Xu | 2006-06-26 | 3 | -8/+28 |
| * | | [CRYPTO] tcrypt: Speed benchmark support for digest algorithms | Michal Ludvig | 2006-06-26 | 2 | -0/+206 |
| * | | [CRYPTO] tcrypt: Return -EAGAIN from module_init() | Michal Ludvig | 2006-06-26 | 1 | -1/+8 |
| * | | [CRYPTO] api: Allow replacement when registering new algorithms | Herbert Xu | 2006-06-26 | 1 | -2/+2 |
| * | | [CRYPTO] api: Removed const from cra_name/cra_driver_name | Herbert Xu | 2006-06-26 | 2 | -3/+3 |
| * | | [CRYPTO] api: Added cra_init/cra_exit | Herbert Xu | 2006-06-26 | 4 | -15/+14 |
| * | | [CRYPTO] api: Fixed incorrect passing of context instead of tfm | Michal Ludvig | 2006-06-26 | 2 | -4/+4 |
| * | | [CRYPTO] padlock: Rearrange context structure to reduce code size | Herbert Xu | 2006-06-26 | 1 | -6/+4 |
| * | | [CRYPTO] all: Pass tfm instead of ctx to algorithms | Herbert Xu | 2006-06-26 | 37 | -331/+349 |
| * | | [CRYPTO] digest: Remove unnecessary zeroing during init | Herbert Xu | 2006-06-26 | 5 | -16/+12 |
| * | | [CRYPTO] aes-i586: Get rid of useless function wrappers | Herbert Xu | 2006-06-26 | 2 | -19/+8 |
| * | | [CRYPTO] digest: Add alignment handling | Atsushi Nemoto | 2006-06-26 | 6 | -15/+35 |
| * | | [CRYPTO] khazad: Use 32-bit reads on key | Atsushi Nemoto | 2006-06-26 | 1 | -3/+4 |
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/dtor/input | Linus Torvalds | 2006-06-26 | 45 | -248/+515 |
|\ \ \ |
|
| * | | | Input: iforce - remove some pointless casts | Jesper Juhl | 2006-06-26 | 1 | -3/+3 |
| * | | | Input: psmouse - add support for Intellimouse 4.0 | Pozsar Balazs | 2006-06-26 | 1 | -3/+30 |
| * | | | Input: atkbd - fix HANGEUL/HANJA keys | Dmitry Torokhov | 2006-06-26 | 2 | -79/+135 |
| * | | | Input: fix misspelling of Hangeul key | Jerome Pinot | 2006-06-26 | 5 | -8/+9 |
| * | | | Input: via-pmu - add input device support | Johannes Berg | 2006-06-26 | 4 | -1/+97 |
| * | | | Input: rearrange exports | Dmitry Torokhov | 2006-06-26 | 1 | -15/+14 |
| * | | | Input: fix formatting to better follow CodingStyle | Dmitry Torokhov | 2006-06-26 | 5 | -61/+119 |
| * | | | Input: reset name, phys and uniq when unregistering | Dmitry Torokhov | 2006-06-26 | 2 | -7/+19 |
| * | | | Input: return correct size when reading modalias attribute | Richard Purdie | 2006-06-26 | 1 | -1/+1 |
| * | | | Input: change my e-mail address in MAINTAINERS file | Dmitry Torokhov | 2006-06-26 | 1 | -1/+2 |
| * | | | Input: fix potential overflows in driver/input/keyboard | Dmitry Torokhov | 2006-06-26 | 5 | -10/+16 |
| * | | | Input: fix potential overflows in driver/input/touchscreen | Dmitry Torokhov | 2006-06-26 | 3 | -3/+3 |
| * | | | Input: fix potential overflows in driver/input/joystick | Dmitry Torokhov | 2006-06-26 | 16 | -30/+40 |
| * | | | Input: fix potential overflows in driver/input/mouse | Dmitry Torokhov | 2006-06-26 | 4 | -14/+18 |
| * | | | Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 | Dmitry Torokhov | 2006-06-26 | 4455 | -132493/+202560 |
| |\ \ \
| | |/ / |
|
| * | | | Input: fix accuracy of fixp-arith.h | Anssi Hannula | 2006-06-05 | 1 | -9/+6 |
| * | | | Input: iforce - use ENOSPC instead of ENOMEM | Anssi Hannula | 2006-06-05 | 1 | -4/+4 |
| * | | | Input: constify drivers/char/keyboard.c | Andreas Mohr | 2006-06-05 | 1 | -4/+4 |
* | | | | [PATCH] m68knommu: use configurable RAM setup page_offset.h | Greg Ungerer | 2006-06-26 | 1 | -42/+1 |
* | | | | [PATCH] m68knommu: use configurable RAM setup in start up code | Greg Ungerer | 2006-06-26 | 1 | -72/+10 |
* | | | | [PATCH] m68knommu: use configurable RAM setup in linker script | Greg Ungerer | 2006-06-26 | 1 | -154/+6 |