summaryrefslogtreecommitdiff
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2011-09-213-5/+4
|\
| * block: simplify force plug flush code a little bitShaohua Li2011-08-241-1/+0
| * block: separate priority boosting from REQ_METAChristoph Hellwig2011-08-231-2/+4
| * block: remove READ_META and WRITE_METAChristoph Hellwig2011-08-231-2/+0
* | Merge branch 'for-linus' of git://git.infradead.org/users/sameo/mfd-2.6Linus Torvalds2011-09-181-1/+1
|\ \
| * | mfd: Fix value of WM8994_CONFIGURE_GPIOMark Brown2011-09-061-1/+1
* | | Merge git://github.com/davem330/netLinus Torvalds2011-09-182-0/+3
|\ \ \
| * \ \ Merge branch 'master' of ../netdev/David S. Miller2011-09-1611-26/+48
| |\ \ \ | | |/ /
| * | | net: copy userspace buffers on device forwardingMichael S. Tsirkin2011-09-151-0/+1
| * | | tcp: Change possible SYN flooding messagesEric Dumazet2011-09-151-0/+2
* | | | drivers/gpio/gpio-generic.c: fix build errorsRussell King2011-09-141-10/+5
* | | | memcg: Revert "memcg: add memory.vmscan_stat"Johannes Weiner2011-09-142-19/+6
* | | | regulator: fix kernel-doc warning in consumer.hRandy Dunlap2011-09-081-1/+1
* | | | perf events: Fix slow and broken cgroup context switch codeStephane Eranian2011-08-291-9/+15
| |/ / |/| |
* | | All Arch: remove linkage for sys_nfsservctl system callNeilBrown2011-08-262-4/+0
* | | Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2011-08-262-0/+5
|\ \ \
| * | | TTY: pty, fix pty countingJiri Slaby2011-08-232-0/+5
* | | | Merge branch 'driver-core-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2011-08-261-1/+26
|\ \ \ \
| * | | | drivers:misc:ti-st: platform hooks for chip statesPavan Savoy2011-08-221-1/+26
| |/ / /
* | | | backlight: add a callback 'notify_after' for backlight controlDilan Lee2011-08-251-0/+1
* | | | rapidio: fix use of non-compatible registersAlexandre Bounine2011-08-251-9/+9
* | | | MAINTAINERS: Evgeniy has movedEvgeniy Polyakov2011-08-251-1/+1
* | | | lockdep: Add helper function for dir vs file i_mutex annotationJosh Boyer2011-08-251-0/+5
* | | | Merge branch 'urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-08-251-11/+0
|\ \ \ \
| * | | | squeeze max-pause area and drop pass-good areaWu Fengguang2011-08-191-11/+0
* | | | | Add a personality to report 2.6.x version numbersAndi Kleen2011-08-251-0/+1
| |_|/ / |/| | |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2011-08-241-1/+8
|\ \ \ \ | |_|_|/ |/| | |
| * | | fuse: fix flockMiklos Szeredi2011-08-081-1/+8
* | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2011-08-196-6/+90
|\ \ \ \
| * | | | block: fix flush machinery for stacking drivers with differring flush flagsJeff Moyer2011-08-151-0/+1
| * | | | blktrace: add FLUSH/FUA supportNamhyung Kim2011-08-111-2/+3
| * | | | Move some REQ flags to the common bio/request areaMatthew Wilcox2011-08-111-3/+4
| * | | | loop: add management interface for on-demand device allocationKay Sievers2011-07-312-0/+5
| * | | | loop: replace linked list of allocated devices with an idr indexKay Sievers2011-07-311-1/+0
| * | | | 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
| |/ / / / / /