summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (aka "Andrew's patch-bomb")Linus Torvalds2012-01-1117-35/+156
|\
| * workqueue: make alloc_workqueue() take printf fmt and args for nameTejun Heo2012-01-111-16/+31
| * procfs: add hidepid= and gid= mount optionsVasiliy Kulikov2012-01-111-0/+2
| * procfs: introduce the /proc/<pid>/map_files/ directoryPavel Emelyanov2012-01-111-0/+12
| * procfs: make proc_get_link to use dentry instead of inodeCyrill Gorcunov2012-01-111-1/+1
| * signal: add block_sigmask() for adding sigmask to current->blockedMatt Fleming2012-01-111-0/+1
| * leds: add driver for TCA6507 LED controllerNeilBrown2012-01-111-0/+34
| * mm/mempolicy.c: mpol_equal(): use boolKOSAKI Motohiro2012-01-111-5/+5
| * mremap: enforce rmap src/dst vma ordering in case of vma_merge() succeeding i...Andrea Arcangeli2012-01-111-0/+1
| * mm: try to distribute dirty pages fairly across zonesJohannes Weiner2012-01-112-1/+4
| * mm: exclude reserved pages from dirtyable memoryJohannes Weiner2012-01-112-0/+7
| * mm, debug: test for online nid when allocating on single nodeDavid Rientjes2012-01-111-1/+1
| * mm: more intensive memory corruption debuggingStanislaw Gruszka2012-01-112-1/+20
| * kernel.h: add BUILD_BUG() macroDavid Daney2012-01-113-1/+20
| * mm: avoid livelock on !__GFP_FS allocationsMel Gorman2012-01-111-0/+16
| * mm: remove unused pagevec_freeKonstantin Khlebnikov2012-01-111-7/+0Star
| * mm: add free_hot_cold_page_list() helperKonstantin Khlebnikov2012-01-111-0/+1
| * mm/page-writeback.c: make determine_dirtyable_memory static againJohannes Weiner2012-01-111-2/+0Star
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2012-01-111-0/+1
|\ \
| * \ Merge branch 'for_linus' into for_linus_mergedTheodore Ts'o2012-01-101-0/+1
| |\ \ | | |/ | |/|
| | * jbd2: clear revoked flag on buffers before a new transaction startedYongqiang Yang2011-12-281-0/+1
* | | Merge branch 'nfs-for-3.3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-01-106-7/+31
|\ \ \
| * | | NFSv4: Save the owner/group name string when doing openTrond Myklebust2012-01-072-5/+20
| * | | NFS: Cache state owners after files are closedChuck Lever2012-01-051-0/+1
| * | | NFSv4: include bitmap in nfsv4 get acl dataAndy Adamson2012-01-052-0/+7
| * | | SUNRPC: Clean up the RPCSEC_GSS service ticket requestsTrond Myklebust2012-01-052-2/+3
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...Linus Torvalds2012-01-101-5/+66
|\ \ \ \
| * | | | dlm: add recovery callbacksDavid Teigland2012-01-041-5/+66
* | | | | Merge tag 'for-linus-3.3' of git://git.infradead.org/mtd-2.6Linus Torvalds2012-01-106-135/+296
|\ \ \ \ \
| * | | | | mtd: do not use mtd->block_markbad directlyArtem Bityutskiy2012-01-091-0/+2
| * | | | | mtd: introduce mtd_can_have_bb helperArtem Bityutskiy2012-01-091-0/+7
| * | | | | mtd: do not use mtd->suspend and mtd->resume directlyArtem Bityutskiy2012-01-091-1/+4
| * | | | | mtd: do not use mtd->lock, unlock and is_locked directlyArtem Bityutskiy2012-01-091-0/+6
| * | | | | mtd: do not use mtd->sync directlyArtem Bityutskiy2012-01-091-1/+2
| * | | | | mtd: harmonize mtd_writev usageArtem Bityutskiy2012-01-091-14/+2Star
| * | | | | mtd: do not use mtd->lock_user_prot_reg directlyArtem Bityutskiy2012-01-091-0/+2
| * | | | | mtd: mtd->write_user_prot_reg directlyArtem Bityutskiy2012-01-091-0/+2
| * | | | | mtd: do not use mtd->read_*_prot_reg directlyArtem Bityutskiy2012-01-091-0/+4
| * | | | | mtd: do not use mtd->get_*_prot_info directlyArtem Bityutskiy2012-01-091-0/+4
| * | | | | mtd: do not use mtd->read_oob directlyArtem Bityutskiy2012-01-091-0/+4
| * | | | | mtd: mtdoops: do not use mtd->panic_write directlyArtem Bityutskiy2012-01-091-0/+2
| * | | | | mtd: do not use mtd->get_unmapped_area directlyArtem Bityutskiy2012-01-091-0/+2
| * | | | | mtd: do use mtd->point directlyArtem Bityutskiy2012-01-091-0/+2
| * | | | | mtd: introduce mtd_has_oob helperArtem Bityutskiy2012-01-091-0/+5
| * | | | | mtd: clean-up the default_mtd_writev functionArtem Bityutskiy2012-01-091-0/+2
| * | | | | mtd: remove unused default_mtd_readv prototypeArtem Bityutskiy2012-01-091-3/+0Star
| * | | | | mtd: kill dev_to_mtd helperArtem Bityutskiy2012-01-091-5/+0Star
| * | | | | mtd: always initialize retlen to zeroArtem Bityutskiy2012-01-091-0/+9
| * | | | | mtd: move mtd->{get,put}_device functions upArtem Bityutskiy2012-01-091-7/+6Star
| * | | | | mtd: introduce mtd_block_markbad interfaceArtem Bityutskiy2012-01-091-3/+6