summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | block: add bsg helper libraryMike Christie2011-07-312-0/+77
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2011-08-191-1/+15
|\ \ \ \ \
| * | | | | PCI : ability to relocate assigned pci-resourcesRam Pai2011-08-011-0/+1
| * | | | | PCI: Set PCI-E Max Payload Size on fabricJon Mason2011-08-011-1/+14
* | | | | | Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2011-08-171-3/+7
|\ \ \ \ \ \
| * | | | | | PM / Domains: Fix build for CONFIG_PM_RUNTIME unsetRafael J. Wysocki2011-08-141-3/+7
* | | | | | | mm: fix __page_to_pfn for a const struct page argumentIan Campbell2011-08-171-2/+2
* | | | | | | mm: make HASHED_PAGE_VIRTUAL page_address' struct page argument const.Ian Campbell2011-08-172-2/+2
* | | | | | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-08-171-0/+3
|\ \ \ \ \ \ \
| * | | | | | | rtc: Limit RTC PIE frequencyThomas Gleixner2011-07-261-0/+3
* | | | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-08-172-1/+11
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | irq: Track the owner of irq descriptorSebastian Andrzej Siewior2011-07-282-1/+11
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds2011-08-141-2/+0
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | mmc: remove unused "ddr" parameter in struct mmc_iosJaehoon Chung2011-08-131-2/+0
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'devicetree/merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-08-121-0/+7
|\ \ \ \ \ \ \
| * | | | | | | dt: add empty of_get_property for non-dtStephen Warren2011-08-091-0/+7
| |/ / / / / /
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2011-08-122-3/+5
|\ \ \ \ \ \ \
| * | | | | | | net: Make userland include of netlink.h more sane.David S. Miller2011-08-072-3/+5
| |/ / / / / /
* | | | | | | move RLIMIT_NPROC check from set_user() to do_execve_common()Vasiliy Kulikov2011-08-111-0/+1
* | | | | | | mm: Fix fixup_user_fault() for MMU=nPeter Zijlstra2011-08-081-2/+10
* | | | | | | cred: use 'const' in get_current_{user,groups}Linus Torvalds2011-08-081-2/+2
* | | | | | | CRED: Restore const to current_cred()David Howells2011-08-081-1/+1
|/ / / / / /
* | | | | | 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-061-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-061-22/+37
* | | | | | vfs: renumber DCACHE_xyz flags, remove some stale onesLinus Torvalds2011-08-061-17/+13
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2011-08-062-12/+5
|\ \ \ \ \ \
| * | | | | | net: Compute protocol sequence numbers and fragment IDs using MD5.David S. Miller2011-08-061-12/+0
| * | | | | | crypto: Move md5_transform to lib/md5.cDavid S. Miller2011-08-061-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-041-48/+26
|\ \ \ \ \ \
| * | | | | | 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/+20
* | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2011-08-041-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/+1
|\ \ \ \ \ \ \
| * | | | | | | Revert "dt: add of_alias_scan and of_alias_get_id"Grant Likely2011-08-042-8/+1
* | | | | | | | Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-08-031-0/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | cpuidle: stop depending on pm_idleLen Brown2011-08-031-0/+2
| * | | | | | | | cpuidle: replace xen access to x86 pm_idle and default_idleLen Brown2011-08-031-0/+2
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'apei-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-08-035-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-131-0/+2
* | | | | | | | | Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-08-032-1/+8
|\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
OpenPOWER on IntegriCloud