summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* nfs: __rcu annotationsArnd Bergmann2010-08-192-3/+3
* keys: __rcu annotationsArnd Bergmann2010-08-192-2/+3
* credentials: rcu annotationArnd Bergmann2010-08-191-2/+2
* cgroups: __rcu annotationsArnd Bergmann2010-08-192-3/+3
* rculist: avoid __rcu annotationsArnd Bergmann2010-08-192-24/+45
* rcu: define __rcu address space modifier for sparsePaul E. McKenney2010-08-193-143/+240
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-08-185-23/+197
|\
| * fs: scale files_lockNick Piggin2010-08-181-0/+7
| * lglock: introduce special lglock and brlock spin locksNick Piggin2010-08-181-0/+172
| * tty: fix fu_list abuseNick Piggin2010-08-182-2/+8
| * fs: cleanup files_lock lockingNick Piggin2010-08-182-5/+3
| * fs: fs_struct rwlock to spinlockNick Piggin2010-08-181-7/+7
| * remove SWRITE* I/O typesChristoph Hellwig2010-08-182-9/+1
| * kill BH_Ordered flagChristoph Hellwig2010-08-181-2/+1
* | Merge branch 'merge-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-08-181-0/+3
|\ \
| * | spi.h: missing kernel-doc notation, please fixErnst Schwab2010-08-171-0/+3
| |/
* | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-08-171-0/+1
|\ \
| * | VIDEO: amba clcd: don't disable an already disabled clockRussell King2010-08-171-0/+1
* | | Make do_execve() take a const filename pointerDavid Howells2010-08-173-5/+8
| |/ |/|
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2010-08-151-4/+4
|\ \
| * | Merge branch 'linus' into releaseLen Brown2010-08-15301-2984/+7887
| |\|
| * | ACPI, APEI, Rename CPER and GHES severity constantsHuang Ying2010-08-081-4/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/cleanupLinus Torvalds2010-08-1410-268/+262
|\ \ \
| * | | include: replace unifdef-y with header-ySam Ravnborg2010-08-1410-268/+262
* | | | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2010-08-141-0/+21
|\ \ \ \ | |/ / / |/| | |
| * | | hwmon: (ltc4245) Expose all GPIO pins as analog voltagesIra W. Snyder2010-08-141-0/+21
| | |/ | |/|
* | | Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-08-142-0/+17
|\ \ \ | |/ / |/| |
| * | Merge commit 'v2.6.35-rc6' into spi/testGrant Likely2010-07-2530-147/+214
| |\ \
| * | | spi/spi-gpio: add support for controllers without MISO or MOSI pinMarek Szyprowski2010-07-031-0/+5
| * | | spi/mmc_spi: SPI bus locking API, using mutexErnst Schwab2010-06-281-0/+12
* | | | Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Linus Torvalds2010-08-131-3/+2
|\ \ \ \
| * | | | bkl: Remove locked .ioctl file operationArnd Bergmann2010-08-141-3/+2
* | | | | Mark arguments to certain syscalls as being constDavid Howells2010-08-134-17/+17
* | | | | dma-mapping: fix build errors on !HAS_DMA architecturesHeiko Carstens2010-08-131-0/+2
|/ / / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-08-132-2/+2
|\ \ \ \
| * | | | net: make netpoll_rx return bool for !CONFIG_NETPOLLJohn W. Linville2010-08-101-1/+1
| * | | | etherdevice.h: fix kernel-doc typoRandy Dunlap2010-08-101-1/+1
* | | | | Revert "fsnotify: store struct file not struct path"Linus Torvalds2010-08-122-24/+29
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds2010-08-123-4/+18
|\ \ \ \ \
| * | | | | dm: factor out max_io_len_target_boundaryMike Snitzer2010-08-121-0/+6
| * | | | | dm: linear support discardMike Snitzer2010-08-121-0/+6
| * | | | | dm: allow autoloading of dm modPeter Rajnoha2010-08-122-0/+2
| * | | | | dm: rename map_info flush_request to target_request_nrMike Snitzer2010-08-121-2/+2
| * | | | | dm ioctl: make bio or request based device type immutableMike Snitzer2010-08-121-2/+2
* | | | | | Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds2010-08-125-20/+39
|\ \ \ \ \ \
| * | | | | | hwpoison: rename CONFIGNaoya Horiguchi2010-08-111-2/+2
| * | | | | | HWPOISON, hugetlb: isolate corrupted hugepageNaoya Horiguchi2010-08-111-0/+2
| * | | | | | hugetlb, rmap: add reverse mapping for hugepageNaoya Horiguchi2010-08-114-10/+13
| * | | | | | hugetlb: move definition of is_vm_hugetlb_page() to hugepage_inline.hNaoya Horiguchi2010-08-113-10/+24
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2010-08-121-0/+2
|\ \ \ \ \ \