summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2011-03-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-03-25fs: rename inode_lock to inode_hash_lockDave Chinner
2011-03-25fs: move i_wb_list out from under inode_lockDave Chinner
2011-03-25fs: protect inode->i_state with inode->i_lockDave Chinner
2011-03-25lib, arch: add filter argument to show_mem and fix private implementationsDavid Rientjes
2011-03-25Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-03-24Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells...Linus Torvalds
2011-03-24Merge branch 'rmobile-latest' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2011-03-24Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2011-03-24Merge branch 'devicetree/merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2011-03-24mmc: Add MMC_PROGRESS_*Simon Horman
2011-03-24Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds
2011-03-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same...Linus Torvalds
2011-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/fbdev-2.6Linus Torvalds
2011-03-24drm/vblank: update recently added vbl interface to be more future proof.Dave Airlie
2011-03-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-03-24Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds
2011-03-24crash_dump: export is_kdump_kernel to modules, consolidate elfcorehdr_addr, s...Olaf Hering
2011-03-24userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn
2011-03-24userns: userns: check user namespace for task->file uid equivalence checksSerge E. Hallyn
2011-03-24userns: user namespaces: convert several capable() callsSerge E. Hallyn
2011-03-24userns: add a user namespace owner of ipc nsSerge E. Hallyn
2011-03-24userns: make has_capability* into real functionsSerge E. Hallyn
2011-03-24userns: allow ptrace from non-init user namespacesSerge E. Hallyn
2011-03-24userns: allow sethostname in a containerSerge E. Hallyn
2011-03-24userns: security: make capabilities relative to the user namespaceSerge E. Hallyn
2011-03-24userns: add a user_namespace as creator/owner of uts_namespaceSerge E. Hallyn
2011-03-24pid: remove the child_reaper special case in init/main.cEric W. Biederman
2011-03-24rapidio: modify mport ID assignmentAlexandre Bounine
2011-03-24rapidio: modify subsystem and driver initialization sequenceAlexandre Bounine
2011-03-24rapidio: add architecture specific callbacksAlexandre Bounine
2011-03-24proc: make struct proc_dir_entry::namelen unsigned intAlexey Dobriyan
2011-03-24memcg: convert uncharge batching from bytes to page granularityJohannes Weiner
2011-03-24memcg: remove direct page_cgroup-to-page pointerJohannes Weiner
2011-03-24memcg: fold __mem_cgroup_move_account into callerJohannes Weiner
2011-03-24memcg: change page_cgroup_zoneinfo signatureJohannes Weiner
2011-03-24memcg: add memcg sanity checks at allocating and freeing pagesDaisuke Nishimura
2011-03-24memcg: simplify the way memory limits are checkedJohannes Weiner
2011-03-24memcg: soft limit reclaim should end at limit not belowJohannes Weiner
2011-03-24bitops: remove minix bitops from asm/bitops.hAkinobu Mita
2011-03-24bitops: remove ext2 non-atomic bitops from asm/bitops.hAkinobu Mita
2011-03-24reiserfs: use little-endian bitopsAkinobu Mita
2011-03-24ext3: use little-endian bitopsAkinobu Mita
2011-03-24asm-generic: use little-endian bitopsAkinobu Mita
2011-03-24bitops: introduce little-endian bitops for most architecturesAkinobu Mita
2011-03-24asm-generic: change little-endian bitops to take any pointer typesAkinobu Mita
2011-03-24asm-generic: rename generic little-endian bitops functionsAkinobu Mita
2011-03-24bitops: merge little and big endian definisions in asm-generic/bitops/le.hAkinobu Mita
2011-03-23dt: eliminate OF_NO_DEEP_PROBE and test for NULL match tableGrant Likely