aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-12audit: add a new "type" field to audit_names structJeff Layton1-5/+10
2012-10-12audit: reverse arguments to audit_inode_childJeff Layton1-4/+4
2012-10-12audit: no need to walk list in audit_inode if name is NULLJeff Layton1-1/+5
2012-10-12audit: pass in dentry to audit_copy_inode wherever possibleJeff Layton1-2/+2
2012-10-12Merge tag 'pinctrl-for-3.7-late' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-5/+28
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+2
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-1/+1
2012-10-11make sure that kernel_thread() callbacks call do_exit() themselvesAl Viro1-2/+2
2012-10-11ring-buffer: Check for uninitialized cpu buffer before resizingVaibhav Nagarnaik1-0/+4
2012-10-10MODSIGN: Make mrproper should remove generated files.Rusty Russell1-1/+0
2012-10-10MODSIGN: Use utf8 strings in signer's name in autogenerated X.509 certsDavid Howells1-0/+1
2012-10-10MODSIGN: Use the same digest for the autogen key sig as for the module sigDavid Howells1-1/+21
2012-10-10MODSIGN: Implement module signature checkingDavid Howells1-1/+221
2012-10-10MODSIGN: Provide module signing public keys to the kernelDavid Howells3-2/+124
2012-10-10MODSIGN: Automatically generate module signing keys if missingDavid Howells1-0/+49
2012-10-10MODSIGN: Add FIPS policyDavid Howells1-0/+4
2012-10-10module: signature checking hookRusty Russell4-1/+129
2012-10-10irqdomain: augment add_simple() to allocate descsLinus Walleij1-5/+28
2012-10-09fs: handle failed audit_log_start properlySasha Levin1-0/+2
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-1/+12
2012-10-09timekeeping: Cast raw_interval to u64 to avoid shift overflowDan Carpenter1-1/+1
2012-10-09timers: Fix endless looping between cascade() and internal_add_timer()Hildner, Christian1-4/+6
2012-10-09Merge branch 'fortglx/3.7/time' of git://git.linaro.org/people/jstultz/linux into timers/coreThomas Gleixner78-2670/+3421
2012-10-09mm: wrap calls to set_pte_at_notify with invalidate_range_start and invalidate_range_endHaggai Eran1-0/+5
2012-10-09mm: interval tree updatesMichel Lespinasse1-1/+6
2012-10-09mm: replace vma prio_tree with an interval treeMichel Lespinasse2-3/+2
2012-10-09oom: remove deprecated oom_adjDavidlohr Bueso1-1/+0
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov1-1/+1
2012-10-09mm: kill vma flag VM_EXECUTABLE and mm->num_exe_file_vmasKonstantin Khlebnikov1-21/+0
2012-10-09mm: use mm->exe_file instead of first VM_EXECUTABLE vma->vm_fileKonstantin Khlebnikov2-13/+3
2012-10-09CPU hotplug, debug: detect imbalance between get_online_cpus() and put_online_cpus()Srivatsa S. Bhat1-0/+4
2012-10-09Kconfig: clean up the "#if defined(arch)" list for exception-trace sysctl entryCatalin Marinas1-2/+1
2012-10-08rcu: Grace-period initialization excludes only RCU notifierPaul E. McKenney2-11/+16
2012-10-07uprobes: Fix the racy uprobe->flags manipulationOleg Nesterov1-14/+14
2012-10-07uprobes: Fix prepare_uprobe() race with itselfOleg Nesterov1-0/+8
2012-10-07uprobes: Introduce prepare_uprobe()Oleg Nesterov1-19/+41
2012-10-07uprobes: Fix handle_swbp() vs unregister() + register() raceOleg Nesterov1-0/+9
2012-10-07uprobes: Do not delete uprobe if uprobe_unregister() failsOleg Nesterov1-6/+6
2012-10-07uprobes: Don't return success if alloc_uprobe() failsOleg Nesterov1-1/+3
2012-10-07Merge branch 'virtio-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-7/+1
2012-10-07Merge tag 'for-v3.7' of git://git.infradead.org/users/cbou/linux-pstoreLinus Torvalds1-14/+1
2012-10-06kernel/resource.c: fix stack overflow in __reserve_region_with_split()T Makphaibulchoke1-12/+38
2012-10-06taskstats: cgroupstats_user_cmd() may leak on errorJesper Juhl1-0/+1
2012-10-06kdump: remove unneeded includeWei Yongjun1-1/+0
2012-10-06coredump: pass siginfo_t* to do_coredump() and below, not merely signrDenys Vlasenko1-1/+1
2012-10-06coredump: update coredump-related headersAlex Kelly1-0/+1
2012-10-06coredump: make core dump functionality optionalAlex Kelly1-1/+11
2012-10-06poweroff: fix bug in orderly_poweroff()hongfeng1-1/+1
2012-10-06kernel/sys.c: call disable_nonboot_cpus() in kernel_restart()Shawn Guo1-0/+1
2012-10-05perf: Fix perf_cgroup_switch for sw-eventsPeter Zijlstra1-3/+6