| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | merge do_revalidate() into its only caller | Al Viro | 2011-07-20 | 1 | -24/+18 |
| * | no reason to keep exec_permission() separate now | Al Viro | 2011-07-20 | 1 | -41/+4 |
| * | massage generic_permission() to treat directories on a separate path | Al Viro | 2011-07-20 | 1 | -4/+13 |
| * | ->permission() sanitizing: don't pass flags to exec_permission() | Al Viro | 2011-07-20 | 3 | -27/+7 |
| * | selinux: don't transliterate MAY_NOT_BLOCK to IPERM_FLAG_RCU | Al Viro | 2011-07-20 | 2 | -3/+3 |
| * | ->permission() sanitizing: don't pass flags to ->inode_permission() | Al Viro | 2011-07-20 | 5 | -8/+13 |
| * | ->permission() sanitizing: don't pass flags to ->permission() | Al Viro | 2011-07-20 | 31 | -55/+55 |
| * | ->permission() sanitizing: don't pass flags to generic_permission() | Al Viro | 2011-07-20 | 16 | -19/+18 |
| * | ->permission() sanitizing: don't pass flags to ->check_acl() | Al Viro | 2011-07-20 | 28 | -32/+32 |
| * | ->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl() | Al Viro | 2011-07-20 | 13 | -15/+14 |
| * | ->permission() sanitizing: MAY_NOT_BLOCK | Al Viro | 2011-07-20 | 3 | -3/+7 |
| * | kill check_acl callback of generic_permission() | Al Viro | 2011-07-20 | 20 | -37/+47 |
| * | lockless get_write_access/deny_write_access | Al Viro | 2011-07-20 | 3 | -49/+52 |
| * | move exec_permission() up to the rest of permission-related functions | Al Viro | 2011-07-20 | 1 | -34/+38 |
| * | kill file_permission() completely | Al Viro | 2011-07-20 | 3 | -20/+2 |
| * | consolidate BINPRM_FLAGS_ENFORCE_NONDUMP handling | Al Viro | 2011-07-20 | 5 | -9/+15 |
| * | switch path_init() to exec_permission() | Al Viro | 2011-07-20 | 1 | -1/+1 |
| * | switch udf_ioctl() to inode_permission() | Al Viro | 2011-07-20 | 1 | -1/+1 |
| * | make exec_permission(dir) really equivalent to inode_permission(dir, MAY_EXEC) | Al Viro | 2011-07-20 | 1 | -9/+9 |
| * | new helper: iterate_supers_type() | Al Viro | 2011-07-20 | 2 | -0/+38 |
| * | fs: add a DCACHE_NEED_LOOKUP flag for d_flags | Josef Bacik | 2011-07-20 | 3 | -2/+88 |
* | | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2011-07-22 | 41 | -378/+927 |
|\ \ |
|
| * | | x86-64, vdso: Do not allocate memory for the vDSO | Andy Lutomirski | 2011-07-21 | 2 | -21/+19 |
| * | | clocksource: Change __ARCH_HAS_CLOCKSOURCE_DATA to a CONFIG option | H. Peter Anvin | 2011-07-21 | 6 | -9/+10 |
| * | | x86, vdso: Drop now wrong comment | Borislav Petkov | 2011-07-18 | 1 | -1/+0 |
| * | | Document the vDSO and add a reference parser | Andy Lutomirski | 2011-07-14 | 3 | -0/+394 |
| * | | ia64: Replace clocksource.fsys_mmio with generic arch data | Andy Lutomirski | 2011-07-14 | 6 | -11/+16 |
| * | | x86-64: Move vread_tsc and vread_hpet into the vDSO | Andy Lutomirski | 2011-07-14 | 12 | -79/+57 |
| * | | clocksource: Replace vread with generic arch data | Andy Lutomirski | 2011-07-13 | 6 | -5/+31 |
| * | | x86-64: Add --no-undefined to vDSO build | Andy Lutomirski | 2011-07-13 | 1 | -0/+1 |
| * | | x86-64: Allow alternative patching in the vDSO | Andy Lutomirski | 2011-07-13 | 1 | -0/+33 |
| * | | x86: Make alternative instruction pointers relative | Andy Lutomirski | 2011-07-13 | 6 | -30/+31 |
| * | | x86-64: Improve vsyscall emulation CS and RIP handling | Andy Lutomirski | 2011-07-13 | 2 | -32/+41 |
| * | | x86-64: Emulate legacy vsyscalls | Andy Lutomirski | 2011-06-07 | 9 | -140/+189 |
| * | | x86-64: Fill unused parts of the vsyscall page with 0xcc | Andy Lutomirski | 2011-06-06 | 1 | -9/+7 |
| * | | x86-64: Remove vsyscall number 3 (venosys) | Andy Lutomirski | 2011-06-06 | 2 | -9/+0 |
| * | | x86-64: Map the HPET NX | Andy Lutomirski | 2011-06-05 | 2 | -3/+3 |
| * | | x86-64: Remove kernel.vsyscall64 sysctl | Andy Lutomirski | 2011-06-05 | 3 | -68/+22 |
| * | | x86-64: Give vvars their own page | Andy Lutomirski | 2011-06-05 | 5 | -23/+35 |
| * | | x86-64: Document some of entry_64.S | Andy Lutomirski | 2011-06-05 | 2 | -0/+100 |
| * | | x86-64: Fix alignment of jiffies variable | Andy Lutomirski | 2011-06-05 | 1 | -1/+1 |
* | | | Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2011-07-22 | 4 | -1329/+1691 |
|\ \ \ |
|
| * | | | x86, UV: Correct UV2 BAU destination timeout | cpw@sgi.com | 2011-06-21 | 1 | -5/+13 |
| * | | | x86, UV: Correct failed topology memory leak | cpw@sgi.com | 2011-06-21 | 1 | -2/+7 |
| * | | | x86, UV: Remove cpumask_t from the stack | cpw@sgi.com | 2011-06-21 | 2 | -4/+16 |
| * | | | x86, UV: Rename hubmask to pnmask | cpw@sgi.com | 2011-06-21 | 2 | -9/+8 |
| * | | | x86, UV: Correct reset_with_ipi() | cpw@sgi.com | 2011-06-21 | 1 | -12/+21 |
| * | | | x86, UV: Allow for non-consecutive sockets | cpw@sgi.com | 2011-06-21 | 1 | -1/+1 |
| * | | | x86, UV: Inline header file functions | cpw@sgi.com | 2011-06-21 | 1 | -14/+14 |
| * | | | x86, UV: Fix smp_processor_id() use in a preemptable region | cpw@sgi.com | 2011-06-21 | 1 | -2/+3 |