summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
...
| | * | [PATCH] change lspp ipc auditingSteve Grubb2006-05-012-16/+15Star
| | * | [PATCH] audit inode patchSteve Grubb2006-05-011-0/+34
| | * | [PATCH] support for context based audit filteringDarrel Goeddel2006-05-012-0/+117
| | * | [PATCH] drop task argument of audit_syscall_{entry,exit}Al Viro2006-05-011-4/+4
| | |/
| * | [NETFILTER] x_tables: fix compat related crash on non-x86Patrick McHardy2006-05-021-0/+8
| * | Merge branch 'splice' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2006-05-021-4/+25
| |\ \
| | * | [PATCH] vmsplice: allow user to pass in gift pagesJens Axboe2006-05-011-0/+2
| | * | [PATCH] pipe: enable atomic copying of pipe data to/from user spaceJens Axboe2006-05-011-5/+6
| | * | [PATCH] pipe: introduce ->pin() buffer operationJens Axboe2006-05-011-1/+20
| | * | [PATCH] splice: fix bugs in pipe_to_file()Jens Axboe2006-05-011-2/+1Star
| | |/
| * | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-05-011-1/+1
| |\ \
| | * | [NET]: use hlist_unhashed()Akinobu Mita2006-04-301-1/+1
| | |/
| * | Input: ressurect EVIOCGREP and EVIOCSREPDmitry Torokhov2006-04-291-0/+2
| * | Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov2006-04-2967-3372/+2004Star
| |\|
| | * [PATCH] request_irq(): remove warnings from irq probingAndrew Morton2006-04-281-1/+3
| | * Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2006-04-272-5/+3Star
| | |\
| | | * [PATCH] Kobject: possible cleanupsAdrian Bunk2006-04-271-1/+0Star
| | | * [PATCH] Fix OCFS2 warning when DEBUG_FS is not enabledJean Delvare2006-04-271-3/+2Star
| | | * [PATCH] Kobject: fix build errorKay Sievers2006-04-271-1/+1
| | * | [PATCH] Add find_get_pages_contig(): contiguous variant of find_get_pages()Jens Axboe2006-04-271-0/+2
| | |/
| * | Input: move input_device_id to mod_devicetable.hDmitry Torokhov2006-04-262-51/+101
| * | Input: allow passing NULL to input_free_device()Dmitry Torokhov2006-04-261-1/+2
| * | Input: ads7846 - improve filtering for thumb press accuracyImre Deak2006-04-261-2/+4
| * | Input: ads7846 - handle IRQs that were latched during disabled IRQsImre Deak2006-04-121-0/+2
| * | Input: ads7846 - debouncing and rudimentary sample filteringImre Deak2006-04-121-0/+3
* | | [GFS2] [-mm patch] fs/gfs2/: possible cleanupsAdrian Bunk2006-04-281-14/+0Star
* | | Merge branch 'master'David Teigland2006-04-274-8/+34
|\ \ \ | | |/ | |/|
| * | Merge branch 'splice' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2006-04-262-0/+20
| |\ \
| | * | [PATCH] splice: rearrange moving to/from pipe helpersJens Axboe2006-04-261-0/+17
| | * | [PATCH] Add support for the sys_vmsplice syscallJens Axboe2006-04-261-0/+3
| * | | [PATCH] sky2: reschedule if irq still pendingStephen Hemminger2006-04-261-8/+10
| |/ /
| * | [NETFILTER]: Fix compat_xt_counters alignment for non-x86Patrick McHardy2006-04-251-0/+4
* | | [GFS2] Remove inherited flags from exported flags.Steven Whitehouse2006-04-251-6/+4Star
* | | Merge branch 'master'Steven Whitehouse2006-04-2153-3241/+1790Star
|\| |
| * | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-04-211-0/+7
| |\ \
| | * | [NET]: Add skb->truesize assertion checking.David S. Miller2006-04-201-0/+7
| * | | [PATCH] memory_hotplug.h cleanupAdrian Bunk2006-04-201-3/+0Star
| |/ /
| * | Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds2006-04-192-0/+13
| |\ \
| | * | NFS,SUNRPC: Fix compiler warnings if CONFIG_PROC_FS & CONFIG_SYSCTL are unsetTrond Myklebust2006-04-191-0/+1
| | * | NFS: fix PROC_FS=n compile errorAdrian Bunk2006-04-191-0/+12
| * | | [PATCH] remove the obsolete IDEPCI_FLAG_FORCE_PDCAdrian Bunk2006-04-191-1/+0Star
| * | | [PATCH] ide: ATI SB600 IDE supportAnatoli Antonovitch2006-04-191-0/+4
| * | | [PATCH] task: Make task list manipulations RCU safeEric W. Biederman2006-04-191-2/+1Star
| |/ /
| * | [MIPS] MV6434x: The name of the CPP symbol is __mips__, not __MIPS__.Ralf Baechle2006-04-191-1/+1
| * | [PATCH] kill unushed __put_task_struct_cbEric W. Biederman2006-04-151-1/+0Star
| * | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2006-04-151-0/+4
| |\ \
| | * | [SCSI] unify SCSI_IOCTL_SEND_COMMAND implementationsChristoph Hellwig2006-04-131-0/+4
| * | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2006-04-153-9/+34
| |\ \ \
| | * | | [PATCH] remove kernel/power/pm.c:pm_unregister()Adrian Bunk2006-04-141-7/+0Star
| | * | | [PATCH] PCI: fix sparse warning about pci_bus_flagsRoland Dreier2006-04-141-1/+1