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