summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* userns: add a user namespace owner of ipc nsSerge E. Hallyn2011-03-241-0/+3
* userns: make has_capability* into real functionsSerge E. Hallyn2011-03-241-30/+4Star
* userns: allow ptrace from non-init user namespacesSerge E. Hallyn2011-03-241-0/+2
* userns: allow sethostname in a containerSerge E. Hallyn2011-03-241-3/+3
* userns: security: make capabilities relative to the user namespaceSerge E. Hallyn2011-03-243-20/+48
* userns: add a user_namespace as creator/owner of uts_namespaceSerge E. Hallyn2011-03-241-0/+4
* pid: remove the child_reaper special case in init/main.cEric W. Biederman2011-03-241-0/+11
* rapidio: modify mport ID assignmentAlexandre Bounine2011-03-241-0/+1
* rapidio: modify subsystem and driver initialization sequenceAlexandre Bounine2011-03-241-1/+0Star
* rapidio: add architecture specific callbacksAlexandre Bounine2011-03-242-8/+22
* proc: make struct proc_dir_entry::namelen unsigned intAlexey Dobriyan2011-03-241-1/+1
* memcg: convert uncharge batching from bytes to page granularityJohannes Weiner2011-03-241-2/+2
* memcg: remove direct page_cgroup-to-page pointerJohannes Weiner2011-03-241-17/+58
* memcg: fold __mem_cgroup_move_account into callerJohannes Weiner2011-03-241-5/+0Star
* memcg: change page_cgroup_zoneinfo signatureJohannes Weiner2011-03-241-10/+0Star
* memcg: add memcg sanity checks at allocating and freeing pagesDaisuke Nishimura2011-03-241-0/+17
* memcg: simplify the way memory limits are checkedJohannes Weiner2011-03-241-58/+14Star
* memcg: soft limit reclaim should end at limit not belowJohannes Weiner2011-03-241-2/+2
* bitops: remove minix bitops from asm/bitops.hAkinobu Mita2011-03-243-31/+0Star
* bitops: remove ext2 non-atomic bitops from asm/bitops.hAkinobu Mita2011-03-242-19/+0Star
* reiserfs: use little-endian bitopsAkinobu Mita2011-03-241-14/+13Star
* ext3: use little-endian bitopsAkinobu Mita2011-03-241-5/+5
* asm-generic: use little-endian bitopsAkinobu Mita2011-03-241-2/+2
* bitops: introduce little-endian bitops for most architecturesAkinobu Mita2011-03-243-4/+1Star
* asm-generic: change little-endian bitops to take any pointer typesAkinobu Mita2011-03-241-24/+53
* asm-generic: rename generic little-endian bitops functionsAkinobu Mita2011-03-243-25/+25
* bitops: merge little and big endian definisions in asm-generic/bitops/le.hAkinobu Mita2011-03-241-26/+20Star
* smp: add missing init.h includeHeiko Carstens2011-03-231-0/+1
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2011-03-231-1/+43
|\
| * dw_dmac: Allow src/dst msize & flow controller to be configured at runtimeViresh KUMAR2011-03-061-0/+30
| * dw_dmac: Changing type of src_master and dest_master to u8.Viresh Kumar2011-03-061-2/+4
| * dw_dmac: Pass Channel Priority from platform_dataViresh Kumar2011-03-061-1/+3
| * dw_dmac: Pass Channel Allocation Order from platform_dataViresh Kumar2011-03-061-0/+3
| * Merge branch 'dw_dmac' into dmaengineDan Williams2011-02-141-0/+5
| |\
| | * dmaengine/dw_dmac: provide a mechanism to indicate private devicesJamie Iles2011-01-301-0/+3
| | * dmaengine/dw_dmac: allow src/dst masters to be configured at runtimeJamie Iles2011-01-301-0/+2
* | | zlib: slim down zlib_deflate() workspace when possibleJim Keniston2011-03-231-3/+8
* | | crc32: add missed brackets in macroKonstantin Khlebnikov2011-03-231-1/+1
* | | sigma-firmware: loader for Analog Devices' SigmaStudioMike Frysinger2011-03-231-0/+60
* | | kstrto*: converting strings to integers done (hopefully) rightAlexey Dobriyan2011-03-231-4/+66
* | | smp: move smp setup functions to kernel/smp.cAmerigo Wang2011-03-231-0/+2
* | | include/linux/err.h: add a function to cast error-pointers to a return valueUwe Kleine-König2011-03-231-0/+8
* | | fs.h: remove 8 bytes of padding from block_device on 64bit buildsRichard Kennedy2011-03-231-1/+1
* | | include/linux/compiler-gcc*.h: unify macro definitionsBorislav Petkov2011-03-233-16/+8Star
* | | add the common dma_addr_t typedef to include/linux/types.hFUJITA Tomonori2011-03-232-27/+6Star
* | | mm: add __GFP_OTHER_NODE flagAndi Kleen2011-03-232-2/+4
* | | mm: vmscan: kswapd should not free an excessive number of pages when balancin...Mel Gorman2011-03-231-0/+9
* | | pagewalk: only split huge pages when necessaryDave Hansen2011-03-231-0/+3
* | | memcg: move memcg reclaimable page into tail of inactive listMinchan Kim2011-03-231-0/+6
* | | mm: deactivate invalidated pagesMinchan Kim2011-03-231-0/+1