aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-06-26[PATCH] drivers: use list_move()Akinobu Mita14-53/+28
2006-06-26[PATCH] net/rxrpc: use list_move()Akinobu Mita3-6/+3
2006-06-26[PATCH] core: use list_move()Akinobu Mita8-38/+22
2006-06-26[PATCH] arch: use list_move()Akinobu Mita3-12/+6
2006-06-26[PATCH] use list_add_tail() instead of list_add()Akinobu Mita4-5/+5
2006-06-26[PATCH] Correct tty docAlan Cox1-7/+0
2006-06-26[PATCH] fix magic sysrq on strange keyboardsFredrik Roubert1-2/+8
2006-06-26[PATCH] oprofile: Fix unnecessary clevernessMarkus Armbruster5-6/+6
2006-06-26[PATCH] Bluetooth: fix potential NULL ptr deref in dtl1_cs.c::dtl1_hci_send_frame()Jesper Juhl1-0/+3
2006-06-26[PATCH] Convert kernel/cpu.c to mutexesIngo Molnar1-5/+5
2006-06-26[PATCH] work around ppc64 bootup bug by making mutex-debugging save/restore irqsIngo Molnar4-37/+27
2006-06-26[PATCH] fix "USB: move <linux/usb_input.h> to <linux/usb/input.h>"Andrew Morton1-1/+1
2006-06-26Storage class should be firstTobias Klauser6-12/+12
2006-06-26[ARM] 3654/1: add ajeco 1arm sbc supportLennert Buytenhek5-0/+1175
2006-06-26i386: Trivial typo fixesEgry Gabor2-2/+2
2006-06-26ixj: make ixj_set_tone_off() staticMatthew Martin1-1/+1
2006-06-26spelling fixesAndreas Mohr57-88/+88
2006-06-26fix paniced->panicked typosLee Revell8-15/+15
2006-06-26Spelling fixes for Documentation/atomic_ops.txtMichael Hayes1-14/+14
2006-06-26move acknowledgment for Mark Adler to CREDITSAdrian Bunk2-9/+5
2006-06-26remove the bouncing email address of David CampbellAdrian Bunk9-13/+6
2006-06-26[ARM] fix drivers/mfd/ucb1x00-core.c IRQ probing bugIngo Molnar1-1/+3
2006-06-26[SERIAL] 8250_pnp: add support for other Wacom tabletsBen Collins1-1/+3
2006-06-26[ARM] 3651/1: S3C24XX: Make arch list more detailedBen Dooks1-1/+1
2006-06-26[ARM] 3650/1: S3C2412: Update s3c2410_defconfigBen Dooks1-14/+36
2006-06-26[ARM] 3649/1: S3C24XX: Fix capitalisation of CPU on SMDK2440Ben Dooks1-2/+2
2006-06-26V4L/DVB (4227): Update this driver for recent header file movement.Andrew Morton1-1/+1
2006-06-26V4L/DVB (4223): Add V4L2_CID_MPEG_STREAM_VBI_FMT controlHans Verkuil4-0/+42
2006-06-26V4L/DVB (4222): Always switch tuner mode when calling VIDIOC_S_FREQUENCY.Hans Verkuil1-7/+3
2006-06-26V4L/DVB (4221): Add HM12 YUV format define.Hans Verkuil1-0/+1
2006-06-26V4L/DVB (4219): Av7110: analog sound output of DVB-C rev 2.3Tim Kaiser3-19/+64
2006-06-26V4L/DVB (4217): Fix a misplaced closing bracket/else, which caused swzigzag not to be calledManu Abraham1-3/+2
2006-06-26V4L/DVB (4215): Make VIDEO_CX88_BLACKBIRD a separate build optionMichael Krufky2-4/+16
2006-06-26V4L/DVB (4214): Make VIDEO_CX2341X a selectable build optionMichael Krufky2-3/+12
2006-06-26V4L/DVB (4213): Cx88: cleanupsAdrian Bunk6-29/+5
2006-06-26V4L/DVB (4211): Fix an Oops for all fe that have get_frontend_algo == NULLManu Abraham1-13/+15
2006-06-26[CRYPTO] tcrypt: Forbid tcrypt from being built-inHerbert Xu1-1/+1
2006-06-26[CRYPTO] aes: Add wrappers for assembly routinesHerbert Xu3-8/+28
2006-06-26[CRYPTO] tcrypt: Speed benchmark support for digest algorithmsMichal Ludvig2-0/+206
2006-06-26[CRYPTO] tcrypt: Return -EAGAIN from module_init()Michal Ludvig1-1/+8
2006-06-26[CRYPTO] api: Allow replacement when registering new algorithmsHerbert Xu1-2/+2
2006-06-26[CRYPTO] api: Removed const from cra_name/cra_driver_nameHerbert Xu2-3/+3
2006-06-26[CRYPTO] api: Added cra_init/cra_exitHerbert Xu4-15/+14
2006-06-26[CRYPTO] api: Fixed incorrect passing of context instead of tfmMichal Ludvig2-4/+4
2006-06-26[CRYPTO] padlock: Rearrange context structure to reduce code sizeHerbert Xu1-6/+4
2006-06-26[CRYPTO] all: Pass tfm instead of ctx to algorithmsHerbert Xu37-331/+349
2006-06-26[CRYPTO] digest: Remove unnecessary zeroing during initHerbert Xu5-16/+12
2006-06-26[CRYPTO] aes-i586: Get rid of useless function wrappersHerbert Xu2-19/+8
2006-06-26[CRYPTO] digest: Add alignment handlingAtsushi Nemoto6-15/+35
2006-06-26[CRYPTO] khazad: Use 32-bit reads on keyAtsushi Nemoto1-3/+4