summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* take check for new events in namespace (guts of mounts_poll()) to namespace.cAl Viro2010-03-031-0/+1
* new helper: iterate_mounts()Al Viro2010-03-031-1/+2
* New helper: path_is_under(path1, path2)Al Viro2010-03-031-0/+1
* VFS: Clean up shared mount flag propagationValerie Aurora2010-03-031-1/+10
* kill unused invalidate_inode_pages helperChristoph Hellwig2010-03-031-6/+0
* fs: re-order super_block to remove 16 bytes of padding on 64bit buildsRichard Kennedy2010-03-031-6/+6
* libfs: Unexport and kill simple_prepare_writeBoaz Harrosh2010-03-031-2/+0
* Revert "block: improve queue_should_plug() by looking at IO depths"Jens Axboe2010-02-231-3/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-02-201-1/+1
|\
| * fs: inode - remove 8 bytes of padding on 64bits allowing 1 more objects/slab ...Richard Kennedy2010-02-191-1/+1
* | ARM: 5951/1: ARM: fix documentation of the PrimeCell busLinus Walleij2010-02-201-1/+5
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-02-181-0/+1
|\
| * Input: add KEY_RFKILLMatthew Garrett2010-02-181-0/+1
* | kfifo: Don't use integer as NULL pointerAnton Vorontsov2010-02-161-1/+1
* | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-02-152-5/+3
|\ \
| * | perf: Make bp_len type to u64 generic across the archMahesh Salgaonkar2010-02-042-5/+3
* | | ima: rename ima_path_check to ima_file_checkMimi Zohar2010-02-071-2/+2
* | | fix ima breakageMimi Zohar2010-02-071-2/+2
* | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-02-051-2/+2
|\ \ \
| * | | libata: fix ata_id_logical_per_physical_sectorsChristoph Hellwig2010-02-041-2/+2
| |/ /
* | | percpu: add __percpu for sparseStephen Rothwell2010-02-051-0/+2
* | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-02-041-0/+4
|\ \ \ | |/ / |/| |
| * | softlockup: Add sched_clock_tick() to avoid kernel warning on kgdb resumeJason Wessel2010-02-011-0/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-02-021-32/+0
|\ \ \
| * | | connector: Delete buggy notification code.Evgeniy Polyakov2010-02-021-32/+0
* | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-02-011-0/+2
|\ \ \ \
| * | | | perf, hw_breakpoint, kgdb: Do not take mutex for kernel debuggerJason Wessel2010-01-301-0/+2
| | |/ / | |/| |
* | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2010-02-011-0/+4
|\ \ \ \
| * | | | powerpc/pci: Add calls to set_pcie_port_type() and set_pcie_hotplug_bridge()Benjamin Herrenschmidt2010-01-291-0/+4
| |/ / /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-01-292-4/+9
|\ \ \ \ | | |_|/ | |/| |
| * | | Input: add the ABS_MT_PRESSURE eventHenrik Rydberg2010-01-281-0/+1
| * | | Input: ad7879 - support auxiliary GPIOs via gpiolibMichael Hennerich2010-01-191-4/+8
* | | | Split 'flush_old_exec' into two functionsLinus Torvalds2010-01-292-1/+2
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds2010-01-281-1/+3
|\ \ \ \
| * | | | firewire: cdev: add_descriptor documentation fixStefan Richter2010-01-261-1/+3
* | | | | mm: add new 'read_cache_page_gfp()' helper functionLinus Torvalds2010-01-271-0/+2
| |_|/ / |/| | |
* | | | Merge branch 'kvm-updates/2.6.33' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2010-01-251-0/+16
|\ \ \ \
| * | | | eventfd - allow atomic read and waitqueue removeDavide Libenzi2010-01-251-0/+16
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-01-251-0/+1
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-01-22199-5019/+5075
| |\| |
| * | | phylib: Move workqueue initialization to a proper placeAnton Vorontsov2010-01-191-0/+1
* | | | Merge git://git.infradead.org/~dwmw2/mtd-2.6.33Linus Torvalds2010-01-242-0/+18
|\ \ \ \ | |_|/ / |/| | |
| * | | mtd: Really add ARM pismo supportRussell King - ARM Linux2010-01-131-0/+17
| * | | kmsg_dump: Dump on crash_kexec as wellKOSAKI Motohiro2009-12-311-0/+1
* | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-01-211-3/+8
|\ \ \ \
| * | | | perf: Change the is_software_event() definitionPeter Zijlstra2010-01-211-3/+8
* | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2010-01-211-1/+1
|\ \ \ \ \
| * | | | | sched: Fix vmark regression on big machinesMike Galbraith2010-01-211-1/+1
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2010-01-211-0/+1
|\ \ \ \ \ \
| * | | | | | USB: Fix duplicate sysfs problem after device reset.Sarah Sharp2010-01-201-0/+1
| |/ / / / /