aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * merge do_revalidate() into its only callerAl Viro2011-07-201-24/+18
| * no reason to keep exec_permission() separate nowAl Viro2011-07-201-41/+4
| * massage generic_permission() to treat directories on a separate pathAl Viro2011-07-201-4/+13
| * ->permission() sanitizing: don't pass flags to exec_permission()Al Viro2011-07-203-27/+7
| * selinux: don't transliterate MAY_NOT_BLOCK to IPERM_FLAG_RCUAl Viro2011-07-202-3/+3
| * ->permission() sanitizing: don't pass flags to ->inode_permission()Al Viro2011-07-205-8/+13
| * ->permission() sanitizing: don't pass flags to ->permission()Al Viro2011-07-2031-55/+55
| * ->permission() sanitizing: don't pass flags to generic_permission()Al Viro2011-07-2016-19/+18
| * ->permission() sanitizing: don't pass flags to ->check_acl()Al Viro2011-07-2028-32/+32
| * ->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl()Al Viro2011-07-2013-15/+14
| * ->permission() sanitizing: MAY_NOT_BLOCKAl Viro2011-07-203-3/+7
| * kill check_acl callback of generic_permission()Al Viro2011-07-2020-37/+47
| * lockless get_write_access/deny_write_accessAl Viro2011-07-203-49/+52
| * move exec_permission() up to the rest of permission-related functionsAl Viro2011-07-201-34/+38
| * kill file_permission() completelyAl Viro2011-07-203-20/+2
| * consolidate BINPRM_FLAGS_ENFORCE_NONDUMP handlingAl Viro2011-07-205-9/+15
| * switch path_init() to exec_permission()Al Viro2011-07-201-1/+1
| * switch udf_ioctl() to inode_permission()Al Viro2011-07-201-1/+1
| * make exec_permission(dir) really equivalent to inode_permission(dir, MAY_EXEC)Al Viro2011-07-201-9/+9
| * new helper: iterate_supers_type()Al Viro2011-07-202-0/+38
| * fs: add a DCACHE_NEED_LOOKUP flag for d_flagsJosef Bacik2011-07-203-2/+88
* | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-07-2241-378/+927
|\ \
| * | x86-64, vdso: Do not allocate memory for the vDSOAndy Lutomirski2011-07-212-21/+19
| * | clocksource: Change __ARCH_HAS_CLOCKSOURCE_DATA to a CONFIG optionH. Peter Anvin2011-07-216-9/+10
| * | x86, vdso: Drop now wrong commentBorislav Petkov2011-07-181-1/+0
| * | Document the vDSO and add a reference parserAndy Lutomirski2011-07-143-0/+394
| * | ia64: Replace clocksource.fsys_mmio with generic arch dataAndy Lutomirski2011-07-146-11/+16
| * | x86-64: Move vread_tsc and vread_hpet into the vDSOAndy Lutomirski2011-07-1412-79/+57
| * | clocksource: Replace vread with generic arch dataAndy Lutomirski2011-07-136-5/+31
| * | x86-64: Add --no-undefined to vDSO buildAndy Lutomirski2011-07-131-0/+1
| * | x86-64: Allow alternative patching in the vDSOAndy Lutomirski2011-07-131-0/+33
| * | x86: Make alternative instruction pointers relativeAndy Lutomirski2011-07-136-30/+31
| * | x86-64: Improve vsyscall emulation CS and RIP handlingAndy Lutomirski2011-07-132-32/+41
| * | x86-64: Emulate legacy vsyscallsAndy Lutomirski2011-06-079-140/+189
| * | x86-64: Fill unused parts of the vsyscall page with 0xccAndy Lutomirski2011-06-061-9/+7
| * | x86-64: Remove vsyscall number 3 (venosys)Andy Lutomirski2011-06-062-9/+0
| * | x86-64: Map the HPET NXAndy Lutomirski2011-06-052-3/+3
| * | x86-64: Remove kernel.vsyscall64 sysctlAndy Lutomirski2011-06-053-68/+22
| * | x86-64: Give vvars their own pageAndy Lutomirski2011-06-055-23/+35
| * | x86-64: Document some of entry_64.SAndy Lutomirski2011-06-052-0/+100
| * | x86-64: Fix alignment of jiffies variableAndy Lutomirski2011-06-051-1/+1
* | | Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-07-224-1329/+1691
|\ \ \
| * | | x86, UV: Correct UV2 BAU destination timeoutcpw@sgi.com2011-06-211-5/+13
| * | | x86, UV: Correct failed topology memory leakcpw@sgi.com2011-06-211-2/+7
| * | | x86, UV: Remove cpumask_t from the stackcpw@sgi.com2011-06-212-4/+16
| * | | x86, UV: Rename hubmask to pnmaskcpw@sgi.com2011-06-212-9/+8
| * | | x86, UV: Correct reset_with_ipi()cpw@sgi.com2011-06-211-12/+21
| * | | x86, UV: Allow for non-consecutive socketscpw@sgi.com2011-06-211-1/+1
| * | | x86, UV: Inline header file functionscpw@sgi.com2011-06-211-14/+14
| * | | x86, UV: Fix smp_processor_id() use in a preemptable regioncpw@sgi.com2011-06-211-2/+3