| Commit message (Expand) | Author | Age | Files | Lines |
* | fs: protect inode->i_state with inode->i_lock | Dave Chinner | 2011-03-24 | 2 | -2/+2 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2011-03-23 | 1 | -5/+7 |
|\ |
|
| * | mm: implement access_remote_vm | Stephen Wilson | 2011-03-23 | 1 | -0/+2 |
| * | mm: arch: rename in_gate_area_no_task to in_gate_area_no_mm | Stephen Wilson | 2011-03-23 | 1 | -3/+3 |
| * | mm: arch: make in_gate_area take an mm_struct instead of a task_struct | Stephen Wilson | 2011-03-23 | 1 | -2/+2 |
| * | mm: arch: make get_gate_vma take an mm_struct instead of a task_struct | Stephen Wilson | 2011-03-23 | 1 | -1/+1 |
* | | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2011-03-23 | 1 | -21/+69 |
|\ \ |
|
| | \ | |
| | \ | |
| | \ | |
| | \ | |
| *---. \ | Merge branches 'fixes', 'pgt-next' and 'versatile' into devel | Russell King | 2011-03-20 | 1 | -21/+69 |
| |\ \ \ \ |
|
| | | | * | | ARM: clcd: add method for describing display capabilities | Russell King | 2011-02-19 | 1 | -17/+65 |
| | | | * | | ARM: clcd: use amba_part() to determine if we have a PL110 primecell | Russell King | 2011-02-19 | 1 | -5/+5 |
* | | | | | | crash_dump: export is_kdump_kernel to modules, consolidate elfcorehdr_addr, s... | Olaf Hering | 2011-03-23 | 1 | -4/+0 |
* | | | | | | userns: rename is_owner_or_cap to inode_owner_or_capable | Serge E. Hallyn | 2011-03-23 | 1 | -1/+1 |
* | | | | | | userns: userns: check user namespace for task->file uid equivalence checks | Serge E. Hallyn | 2011-03-23 | 1 | -2/+7 |
* | | | | | | userns: user namespaces: convert several capable() calls | Serge E. Hallyn | 2011-03-23 | 1 | -3/+4 |
* | | | | | | userns: add a user namespace owner of ipc ns | Serge E. Hallyn | 2011-03-23 | 1 | -0/+3 |
* | | | | | | userns: make has_capability* into real functions | Serge E. Hallyn | 2011-03-23 | 1 | -30/+4 |
* | | | | | | userns: allow ptrace from non-init user namespaces | Serge E. Hallyn | 2011-03-23 | 1 | -0/+2 |
* | | | | | | userns: allow sethostname in a container | Serge E. Hallyn | 2011-03-23 | 1 | -3/+3 |
* | | | | | | userns: security: make capabilities relative to the user namespace | Serge E. Hallyn | 2011-03-23 | 3 | -20/+48 |
* | | | | | | userns: add a user_namespace as creator/owner of uts_namespace | Serge E. Hallyn | 2011-03-23 | 1 | -0/+4 |
* | | | | | | pid: remove the child_reaper special case in init/main.c | Eric W. Biederman | 2011-03-23 | 1 | -0/+11 |
* | | | | | | rapidio: modify mport ID assignment | Alexandre Bounine | 2011-03-23 | 1 | -0/+1 |
* | | | | | | rapidio: modify subsystem and driver initialization sequence | Alexandre Bounine | 2011-03-23 | 1 | -1/+0 |
* | | | | | | rapidio: add architecture specific callbacks | Alexandre Bounine | 2011-03-23 | 2 | -8/+22 |
* | | | | | | proc: make struct proc_dir_entry::namelen unsigned int | Alexey Dobriyan | 2011-03-23 | 1 | -1/+1 |
* | | | | | | memcg: convert uncharge batching from bytes to page granularity | Johannes Weiner | 2011-03-23 | 1 | -2/+2 |
* | | | | | | memcg: remove direct page_cgroup-to-page pointer | Johannes Weiner | 2011-03-23 | 1 | -17/+58 |
* | | | | | | memcg: fold __mem_cgroup_move_account into caller | Johannes Weiner | 2011-03-23 | 1 | -5/+0 |
* | | | | | | memcg: change page_cgroup_zoneinfo signature | Johannes Weiner | 2011-03-23 | 1 | -10/+0 |
* | | | | | | memcg: add memcg sanity checks at allocating and freeing pages | Daisuke Nishimura | 2011-03-23 | 1 | -0/+17 |
* | | | | | | memcg: simplify the way memory limits are checked | Johannes Weiner | 2011-03-23 | 1 | -58/+14 |
* | | | | | | memcg: soft limit reclaim should end at limit not below | Johannes Weiner | 2011-03-23 | 1 | -2/+2 |
* | | | | | | bitops: remove minix bitops from asm/bitops.h | Akinobu Mita | 2011-03-23 | 3 | -31/+0 |
* | | | | | | bitops: remove ext2 non-atomic bitops from asm/bitops.h | Akinobu Mita | 2011-03-23 | 2 | -19/+0 |
* | | | | | | reiserfs: use little-endian bitops | Akinobu Mita | 2011-03-23 | 1 | -14/+13 |
* | | | | | | ext3: use little-endian bitops | Akinobu Mita | 2011-03-23 | 1 | -5/+5 |
* | | | | | | asm-generic: use little-endian bitops | Akinobu Mita | 2011-03-23 | 1 | -2/+2 |
* | | | | | | bitops: introduce little-endian bitops for most architectures | Akinobu Mita | 2011-03-23 | 3 | -4/+1 |
* | | | | | | asm-generic: change little-endian bitops to take any pointer types | Akinobu Mita | 2011-03-23 | 1 | -24/+53 |
* | | | | | | asm-generic: rename generic little-endian bitops functions | Akinobu Mita | 2011-03-23 | 3 | -25/+25 |
* | | | | | | bitops: merge little and big endian definisions in asm-generic/bitops/le.h | Akinobu Mita | 2011-03-23 | 1 | -26/+20 |
* | | | | | | smp: add missing init.h include | Heiko Carstens | 2011-03-23 | 1 | -0/+1 |
* | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy... | Linus Torvalds | 2011-03-22 | 1 | -1/+43 |
|\ \ \ \ \ \ |
|
| * | | | | | | dw_dmac: Allow src/dst msize & flow controller to be configured at runtime | Viresh KUMAR | 2011-03-07 | 1 | -0/+30 |
| * | | | | | | dw_dmac: Changing type of src_master and dest_master to u8. | Viresh Kumar | 2011-03-07 | 1 | -2/+4 |
| * | | | | | | dw_dmac: Pass Channel Priority from platform_data | Viresh Kumar | 2011-03-07 | 1 | -1/+3 |
| * | | | | | | dw_dmac: Pass Channel Allocation Order from platform_data | Viresh Kumar | 2011-03-07 | 1 | -0/+3 |
| * | | | | | | Merge branch 'dw_dmac' into dmaengine | Dan Williams | 2011-02-14 | 1 | -0/+5 |
| |\ \ \ \ \ \
| | |_|_|_|/ /
| |/| | | | | |
|
| | * | | | | | dmaengine/dw_dmac: provide a mechanism to indicate private devices | Jamie Iles | 2011-01-29 | 1 | -0/+3 |
| | * | | | | | dmaengine/dw_dmac: allow src/dst masters to be configured at runtime | Jamie Iles | 2011-01-29 | 1 | -0/+2 |