aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2006-04-144-0/+17
|\ \ \ \ \
| * | | | | [PATCH] pm: print name of failed suspend functionAndrew Morton2006-04-141-0/+8
| * | | | | [PATCH] BLOCK: delay all uevents until partition table is scannedKay Sievers2006-04-141-0/+1
| * | | | | [PATCH] sysfs: Allow sysfs attribute files to be pollableNeilBrown2006-04-142-0/+8
| |/ / / /
* | | | | [PATCH] USB: linux/usb/net2280.h common definitionsPete Zaitcev2006-04-141-0/+444
|/ / / /
* | | | Merge branch 'tee' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2006-04-147-10/+18
|\ \ \ \ | |/ / / |/| | |
| * | | [PATCH] splice: add support for sys_tee()Jens Axboe2006-04-116-4/+12
| * | | [PATCH] splice: pass offset around for ->splice_read() and ->splice_write()Jens Axboe2006-04-111-6/+6
* | | | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds2006-04-122-28/+28
|\ \ \ \
| * | | | IB: simplify static rate encodingJack Morgenstein2006-04-102-28/+28
* | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-04-128-3111/+0
|\ \ \ \ \
| * | | | | [WAN]: Remove broken and unmaintained Sangoma drivers.Adrian Bunk2006-04-118-3111/+0
| | |/ / / | |/| | |
* | | | | [ALSA] sound/core/pcm.c: make snd_pcm_format_name() staticAdrian Bunk2006-04-121-1/+0
* | | | | [ALSA] Fix Oops of PCM OSS emulationTakashi Iwai2006-04-121-1/+1
|/ / / /
* | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2006-04-116-7/+20
|\ \ \ \
| * | | | [IA64] Pass more data to the MCA/INIT notify_die hooksKeith Owens2006-04-072-0/+7
| * | | | [IA64] always map VGA framebuffer UC, even if it supports WBBjorn Helgaas2006-04-071-1/+1
| * | | | [IA64] fix bug in ia64 __mutex_fastpath_trylockChen, Kenneth W2006-04-071-1/+1
| * | | | [IA64] update HP CSR space discovery via ACPIBjorn Helgaas2006-04-061-4/+7
| * | | | [IA64] Wire up new syscalls {set,get}_robust_listTony Luck2006-04-061-1/+2
| * | | | [IA64] Wire up new syscall sync_file_range()Tony Luck2006-04-041-1/+3
| | |_|/ | |/| |
* | | | [PATCH] x86_64: inline function prefix with __always_inline in vsyscallmao, bibo2006-04-112-3/+3
* | | | [PATCH] x86_64: fix sync before RDTSC on Intel cpusSiddha, Suresh B2006-04-111-1/+1
* | | | Merge branch 'splice' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2006-04-115-21/+31
|\ \ \ \
| * | | | [PATCH] Remove sys_ prefix of new syscalls from __NR_sys_*OGAWA Hirofumi2006-04-111-2/+2
| * | | | [PATCH] splice: warning fixAndrew Morton2006-04-111-3/+10
| * | | | [PATCH] get rid of the PIPE_*() macrosIngo Molnar2006-04-111-10/+0
| * | | | [PATCH] splice: add direct fd <-> fd splicing supportJens Axboe2006-04-113-0/+9
| * | | | [PATCH] splice: add optional input and output offsetsIngo Molnar2006-04-101-2/+5
| * | | | [PATCH] introduce a "kernel-internal pipe object" abstractionIngo Molnar2006-04-102-7/+8
* | | | | [PATCH] vesafb: Fix incorrect logo colors in x86_64Antonino A. Daplas2006-04-111-1/+2
* | | | | [PATCH] sparc32 vga supportAndrew Morton2006-04-111-0/+33
* | | | | [PATCH] knfsd: svcrpc: WARN() instead of returning an error from svc_take_pageJ. Bruce Fields2006-04-111-4/+5
* | | | | [PATCH] module support: record in vermagic ability to unload a modulePaolo 'Blaisorblade' Giarrusso2006-04-111-1/+6
* | | | | [PATCH] Last DMA_xBIT_MASK cleanupsTobias Klauser2006-04-111-1/+1
* | | | | [PATCH] sys_kexec_load() naming fixupsAndrew Morton2006-04-117-7/+7
* | | | | [PATCH] kdump proc vmcore size oveflow fixVivek Goyal2006-04-111-1/+1
* | | | | [PATCH] Reinstate const in next_thread()Keith Owens2006-04-111-1/+1
* | | | | [PATCH] make tty_insert_flip_string_flags() a non gpl exportAndrew Morton2006-04-111-23/+2
* | | | | [PATCH] leds: re-layout include/linux/leds.hBen Dooks2006-04-111-26/+25
* | | | | [PATCH] S3C24XX GPIO LED supportBen Dooks2006-04-111-0/+28
* | | | | [PATCH] the scheduled unexport of panic_timeoutAdrian Bunk2006-04-111-1/+1
* | | | | [PATCH] sync_file_range(): use unsigned for flagsAndrew Morton2006-04-112-2/+2
* | | | | [PATCH] Clean up arch-overrides in linux/string.hKyle McMartin2006-04-111-5/+12
* | | | | [PATCH] Configurable NODES_SHIFTYasunori Goto2006-04-1113-134/+3
* | | | | [PATCH] S390: fix implicit declaration of (un)likely.Dave Jones2006-04-111-0/+2
* | | | | [PATCH] s390: ebdic to ascii conversion tablesPeter Oberparleiter2006-04-111-6/+6
* | | | | [PATCH] uml: fix "extern-vs-static" proto conflict in TLS codePaolo 'Blaisorblade' Giarrusso2006-04-111-0/+3
* | | | | [PATCH] Add GFP_NOWAITJeff Dike2006-04-111-0/+2
* | | | | [PATCH] Remove unused prepare_to_switch macroHirokazu Takata2006-04-116-13/+0