summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* fix rcu annotations noise in cred.hAl Viro2011-08-071-5/+6
* Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds2011-08-071-5/+5
|\
| * nfs_xdr: Move nfs4_string definition out of #ifdef CONFIG_NFS_V4Boaz Harrosh2011-08-041-5/+5
* | vfs: optimize inode cache access patternsLinus Torvalds2011-08-071-22/+37
* | vfs: renumber DCACHE_xyz flags, remove some stale onesLinus Torvalds2011-08-071-17/+13Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2011-08-072-12/+5Star
|\ \
| * | net: Compute protocol sequence numbers and fragment IDs using MD5.David S. Miller2011-08-071-12/+0Star
| * | crypto: Move md5_transform to lib/md5.cDavid S. Miller2011-08-071-0/+5
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg...Linus Torvalds2011-08-061-0/+2
|\ \ \
| * | | Add KEY_MICMUTE and enable it on Lenovo X220Andy Lutomirski2011-08-051-0/+2
| |/ /
* / / lib/sha1: use the git implementation of SHA-1Mandeep Singh Baines2011-08-061-1/+1
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-08-051-48/+26Star
|\ \
| * | RCUify freeing acls, let check_acl() go ahead in RCU mode if acl is cachedAl Viro2011-08-031-9/+9
| * | get rid of boilerplate switches in posix_acl.hAl Viro2011-08-031-42/+20Star
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2011-08-051-0/+10
|\ \ \
| * | | ioat: Adding PCI IDs for IOAT devices on SandyBridge platformsDave Jiang2011-07-221-0/+10
| | |/ | |/|
* | | Merge branch 'devicetree/merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-08-042-8/+1Star
|\ \ \
| * | | Revert "dt: add of_alias_scan and of_alias_get_id"Grant Likely2011-08-042-8/+1Star
* | | | Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-08-041-0/+4
|\ \ \ \
| * | | | cpuidle: stop depending on pm_idleLen Brown2011-08-041-0/+2
| * | | | cpuidle: replace xen access to x86 pm_idle and default_idleLen Brown2011-08-041-0/+2
| | |/ / | |/| |
* | | | Merge branch 'apei-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-08-045-6/+158
|\ \ \ \
| * \ \ \ Merge branch 'apei' into apei-releaseLen Brown2011-08-035-6/+158
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | HWPoison: add memory_failure_queue()Huang Ying2011-08-031-0/+1
| | * | | lib, Make gen_pool memory allocator locklessHuang Ying2011-08-032-6/+29
| | * | | lib, Add lock-less NULL terminated single listHuang Ying2011-08-031-0/+126
| | * | | ACPI, APEI, Add APEI bit support in generic _OSC callHuang Ying2011-07-141-0/+2
* | | | | Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-08-042-1/+8
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | dt: add of_alias_scan and of_alias_get_idShawn Guo2011-08-032-1/+8
* | | | | tmpfs radix_tree: locate_item to speed up swapoffHugh Dickins2011-08-041-0/+1
* | | | | tmpfs: use kmemdup for short symlinksHugh Dickins2011-08-041-8/+3Star
* | | | | tmpfs: convert mem_cgroup shmem to radix-swapHugh Dickins2011-08-042-10/+0Star
* | | | | tmpfs: miscellaneous trivial cleanupsHugh Dickins2011-08-041-1/+1
* | | | | tmpfs: demolish old swap vector supportHugh Dickins2011-08-041-2/+0Star
* | | | | mm: let swap use exceptional entriesHugh Dickins2011-08-041-0/+23
* | | | | radix_tree: exceptional entries and indicesHugh Dickins2011-08-041-3/+33
* | | | | drivers/video/backlight/aat2870_bl.c: fix setting max_currentAxel Lin2011-08-041-1/+1
* | | | | mm: page_alloc: increase __GFP_BITS_SHIFT to include __GFP_OTHER_NODEJohannes Weiner2011-08-041-1/+1
* | | | | ida: simplified functions for id allocationRusty Russell2011-08-041-0/+4
* | | | | fault-injection: add ability to export fault_attr in arbitrary directoryAkinobu Mita2011-08-041-13/+5Star
* | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2011-08-032-23/+0Star
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | ACPI: remove NID_INVALDavid Rientjes2011-08-021-1/+0Star
| * | | | thermal: make THERMAL_HWMON implementation fully internalJean Delvare2011-08-021-22/+0Star
| | |_|/ | |/| |
* | | | Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-08-031-6/+9
|\ \ \ \
| * | | | of: constify property name parameters for helper functionsJamie Iles2011-08-021-6/+9
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds2011-08-033-2/+60
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | dm ioctl: fill in device parameters in more ioctlsMikulas Patocka2011-08-021-2/+2
| * | | | dm table: share target argument parsing functionsMike Snitzer2011-08-021-0/+43
| * | | | dm snapshot: skip reading origin when overwriting complete chunkMikulas Patocka2011-08-021-0/+15
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg...Linus Torvalds2011-08-022-3/+4
|\ \ \ \ \