aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* fs: protect inode->i_state with inode->i_lockDave Chinner2011-03-242-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-03-231-5/+7
|\
| * mm: implement access_remote_vmStephen Wilson2011-03-231-0/+2
| * mm: arch: rename in_gate_area_no_task to in_gate_area_no_mmStephen Wilson2011-03-231-3/+3
| * mm: arch: make in_gate_area take an mm_struct instead of a task_structStephen Wilson2011-03-231-2/+2
| * mm: arch: make get_gate_vma take an mm_struct instead of a task_structStephen Wilson2011-03-231-1/+1
* | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-03-231-21/+69
|\ \
| | \
| | \
| | \
| | \
| *---. \ Merge branches 'fixes', 'pgt-next' and 'versatile' into develRussell King2011-03-201-21/+69
| |\ \ \ \
| | | | * | ARM: clcd: add method for describing display capabilitiesRussell King2011-02-191-17/+65
| | | | * | ARM: clcd: use amba_part() to determine if we have a PL110 primecellRussell King2011-02-191-5/+5
* | | | | | crash_dump: export is_kdump_kernel to modules, consolidate elfcorehdr_addr, s...Olaf Hering2011-03-231-4/+0
* | | | | | userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn2011-03-231-1/+1
* | | | | | userns: userns: check user namespace for task->file uid equivalence checksSerge E. Hallyn2011-03-231-2/+7
* | | | | | userns: user namespaces: convert several capable() callsSerge E. Hallyn2011-03-231-3/+4
* | | | | | userns: add a user namespace owner of ipc nsSerge E. Hallyn2011-03-231-0/+3
* | | | | | userns: make has_capability* into real functionsSerge E. Hallyn2011-03-231-30/+4
* | | | | | userns: allow ptrace from non-init user namespacesSerge E. Hallyn2011-03-231-0/+2
* | | | | | userns: allow sethostname in a containerSerge E. Hallyn2011-03-231-3/+3
* | | | | | userns: security: make capabilities relative to the user namespaceSerge E. Hallyn2011-03-233-20/+48
* | | | | | userns: add a user_namespace as creator/owner of uts_namespaceSerge E. Hallyn2011-03-231-0/+4
* | | | | | pid: remove the child_reaper special case in init/main.cEric W. Biederman2011-03-231-0/+11
* | | | | | rapidio: modify mport ID assignmentAlexandre Bounine2011-03-231-0/+1
* | | | | | rapidio: modify subsystem and driver initialization sequenceAlexandre Bounine2011-03-231-1/+0
* | | | | | rapidio: add architecture specific callbacksAlexandre Bounine2011-03-232-8/+22
* | | | | | proc: make struct proc_dir_entry::namelen unsigned intAlexey Dobriyan2011-03-231-1/+1
* | | | | | memcg: convert uncharge batching from bytes to page granularityJohannes Weiner2011-03-231-2/+2
* | | | | | memcg: remove direct page_cgroup-to-page pointerJohannes Weiner2011-03-231-17/+58
* | | | | | memcg: fold __mem_cgroup_move_account into callerJohannes Weiner2011-03-231-5/+0
* | | | | | memcg: change page_cgroup_zoneinfo signatureJohannes Weiner2011-03-231-10/+0
* | | | | | memcg: add memcg sanity checks at allocating and freeing pagesDaisuke Nishimura2011-03-231-0/+17
* | | | | | memcg: simplify the way memory limits are checkedJohannes Weiner2011-03-231-58/+14
* | | | | | memcg: soft limit reclaim should end at limit not belowJohannes Weiner2011-03-231-2/+2
* | | | | | bitops: remove minix bitops from asm/bitops.hAkinobu Mita2011-03-233-31/+0
* | | | | | bitops: remove ext2 non-atomic bitops from asm/bitops.hAkinobu Mita2011-03-232-19/+0
* | | | | | reiserfs: use little-endian bitopsAkinobu Mita2011-03-231-14/+13
* | | | | | ext3: use little-endian bitopsAkinobu Mita2011-03-231-5/+5
* | | | | | asm-generic: use little-endian bitopsAkinobu Mita2011-03-231-2/+2
* | | | | | bitops: introduce little-endian bitops for most architecturesAkinobu Mita2011-03-233-4/+1
* | | | | | asm-generic: change little-endian bitops to take any pointer typesAkinobu Mita2011-03-231-24/+53
* | | | | | asm-generic: rename generic little-endian bitops functionsAkinobu Mita2011-03-233-25/+25
* | | | | | bitops: merge little and big endian definisions in asm-generic/bitops/le.hAkinobu Mita2011-03-231-26/+20
* | | | | | 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-221-1/+43
|\ \ \ \ \ \
| * | | | | | dw_dmac: Allow src/dst msize & flow controller to be configured at runtimeViresh KUMAR2011-03-071-0/+30
| * | | | | | dw_dmac: Changing type of src_master and dest_master to u8.Viresh Kumar2011-03-071-2/+4
| * | | | | | dw_dmac: Pass Channel Priority from platform_dataViresh Kumar2011-03-071-1/+3
| * | | | | | dw_dmac: Pass Channel Allocation Order from platform_dataViresh Kumar2011-03-071-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-291-0/+3
| | * | | | | dmaengine/dw_dmac: allow src/dst masters to be configured at runtimeJamie Iles2011-01-291-0/+2