summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2017-09-22Merge tag 'v4.1.44' into 4.1-2.0.x-imxOtavio Salvador
2017-09-10signal: protect SIGNAL_UNKILLABLE from unintentional clearing.Jamie Iles
2017-09-10workqueue: restore WQ_UNBOUND/max_active==1 to be orderedTejun Heo
2017-09-10/proc/iomem: only expose physical resource addresses to privileged usersLinus Torvalds
2017-09-10Revert "perf/core: Drop kernel samples even though :u is specified"Ingo Molnar
2017-08-06Merge tag 'v4.1.43' into 4.1-2.0.x-imxOtavio Salvador
2017-07-31tracing: Use SOFTIRQ_OFFSET for softirq dectection for more accurate resultsPavankumar Kondeti
2017-07-31sched/topology: Optimize build_group_mask()Lauro Ramos Venancio
2017-07-31sched/topology: Fix overlapping sched_group_maskPeter Zijlstra
2017-07-31kernel/extable.c: mark core_kernel_text notraceMarcin Nowakowski
2017-07-31tracing/kprobes: Allow to create probe with a module name starting with a digitSabrina Dubroca
2017-07-31kernel/panic.c: add missing \nJiri Slaby
2017-07-31sysctl: enable strict writesKees Cook
2017-07-31time: Fix clock->read(clock) race around clocksource changesJohn Stultz
2017-07-26stackprotector: Increase the per-task stack canary's random range from 32 bit...Daniel Micay
2017-07-10Merge tag 'v4.1.42' into 4.1-2.0.x-imxOtavio Salvador
2017-06-25alarmtimer: Rate limit periodic intervalsThomas Gleixner
2017-06-25genirq: Release resources in __setup_irq() error pathHeiner Kallweit
2017-06-25perf/core: Drop kernel samples even though :u is specifiedJin Yao
2017-06-25cpuset: consider dying css as offlineTejun Heo
2017-06-25ptrace: Properly initialize ptracer_cred on forkEric W. Biederman
2017-06-17Merge tag 'v4.1.41' into 4.1-2.0.x-imxOtavio Salvador
2017-06-13sched/fair: Initialize throttle_count for new task-groups lazilyKonstantin Khlebnikov
2017-06-13sched/fair: Do not announce throttled next buddy in dequeue_task_fair()Konstantin Khlebnikov
2017-06-08tracing/kprobes: Enforce kprobes teardown after testingThomas Gleixner
2017-06-08genirq: Introduce struct irq_common_data to host shared irq dataJiang Liu
2017-06-07cgroup: use bitmask to filter for_each_subsysAleksa Sarai
2017-06-07sched, cgroup: reorganize threadgroup lockingTejun Heo
2017-06-07pid_ns: Sleep in TASK_INTERRUPTIBLE in zap_pid_ns_processesEric W. Biederman
2017-05-17ring-buffer: Have ring_buffer_iter_empty() return true when emptySteven Rostedt (VMware)
2017-05-17tracing: Allocate the snapshot buffer before enabling probeSteven Rostedt (VMware)
2017-05-17padata: free correct variableJason A. Donenfeld
2017-05-17ptrace: fix PTRACE_LISTEN race corrupting task->statebsegall@google.com
2017-05-17ring-buffer: Fix return value check in test_ringbuffer()Wei Yongjun
2017-05-17perf/core: Fix event inheritance on fork()Peter Zijlstra
2017-05-17futex: Add missing error handling to FUTEX_REQUEUE_PIPeter Zijlstra
2017-05-17futex: Fix potential use-after-free in FUTEX_REQUEUE_PIPeter Zijlstra
2017-03-17Merge tag 'v4.1.39' into 4.1-2.0.x-imxOtavio Salvador
2017-03-06perf/core: Fix the perf_cpu_time_max_percent checkTan Xiaojun
2017-03-06perf/core: Make sysctl_perf_cpu_time_max_percent conform to documentationPeter Zijlstra
2017-03-06perf/core: Fix implicitly enable dynamic interrupt throttleKan Liang
2017-03-06perf/core: Fix dynamic interrupt throttlePeter Zijlstra
2017-03-06printk: use rcuidle console tracepointSergey Senozhatsky
2017-03-06futex: Move futex_init() to core_initcallYang Yang
2017-03-06perf/core: Fix PERF_RECORD_MMAP2 prot/flags for anonymous memoryPeter Zijlstra
2017-03-06sysctl: fix proc_doulongvec_ms_jiffies_minmax()Eric Dumazet
2017-03-06jump_labels: API for flushing deferred jump label updatesDavid Matlack
2017-03-02ptrace: Capture the ptracer's creds not PT_PTRACE_CAPEric W. Biederman
2017-01-23Merge tag 'v4.1.38' into 4.1-2.0.x-imxOtavio Salvador
2017-01-12kernel/debug/debug_core.c: more properly delay for secondary CPUsDouglas Anderson