aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2016-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds7-328/+906
2016-10-04Merge branch 'stable-4.9' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2-7/+13
2016-10-03Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-313/+438
2016-10-03Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds8-97/+445
2016-10-03Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-9/+23
2016-10-03Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+7
2016-10-03Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-31/+233
2016-10-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds14-681/+1083
2016-10-03Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-64/+144
2016-10-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds11-297/+244
2016-10-03Merge branch 'core-smp-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-0/+70
2016-10-03Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds11-120/+164
2016-10-03Merge tag 'pm-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds12-98/+163
2016-10-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-4/+5
2016-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-24/+63
2016-10-02Merge branches 'pm-devfreq' and 'pm-sleep'Rafael J. Wysocki6-23/+41
2016-10-02Merge branch 'pm-cpufreq'Rafael J. Wysocki6-75/+122
2016-10-02Merge branch 'pm-cpufreq-sched' into pm-cpufreqRafael J. Wysocki6-75/+122
2016-09-30Merge branch 'x86/urgent' into x86/asmThomas Gleixner5-24/+63
2016-09-30sched/irqtime: Consolidate irqtime flushing codeFrederic Weisbecker1-15/+11
2016-09-30sched/irqtime: Consolidate accounting synchronization with u64_stats APIFrederic Weisbecker2-55/+29
2016-09-30sched/irqtime: Remove needless IRQs disablement on kcpustat updateFrederic Weisbecker1-6/+5
2016-09-30sched/irqtime: No need for preempt-safe accessorsFrederic Weisbecker1-2/+2
2016-09-30sched/fair: Fix min_vruntime trackingPeter Zijlstra1-7/+22
2016-09-30sched/debug: Add SCHED_WARN_ON()Peter Zijlstra2-6/+10
2016-09-30sched/core: Fix set_user_nice()Peter Zijlstra1-1/+7
2016-09-30sched/fair: Introduce set_curr_task() helperPeter Zijlstra2-5/+10
2016-09-30sched/core, ia64: Rename set_curr_task()Peter Zijlstra1-1/+1
2016-09-30sched/core: Fix incorrect utilization accounting when switching to fair classVincent Guittot1-10/+10
2016-09-30sched/core: Optimize SCHED_SMTPeter Zijlstra3-7/+43
2016-09-30sched/core: Rewrite and improve select_idle_siblings()Peter Zijlstra4-47/+231
2016-09-30Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar5-24/+63
2016-09-30sched/core: Replace sd_busy/nr_busy_cpus with sched_domain_sharedPeter Zijlstra3-20/+18
2016-09-30sched/core: Introduce 'struct sched_domain_shared'Peter Zijlstra1-5/+39
2016-09-30sched/core: Restructure destroy_sched_domain()Peter Zijlstra1-7/+11
2016-09-30sched/core: Remove unused @cpu argument from destroy_sched_domain*()Peter Zijlstra1-6/+6
2016-09-30sched/wait: Introduce init_wait_entry()Oleg Nesterov1-3/+9
2016-09-30sched/wait: Avoid abort_exclusive_wait() in __wait_on_bit_lock()Oleg Nesterov1-43/+21
2016-09-30sched/wait: Avoid abort_exclusive_wait() in ___wait_event()Oleg Nesterov1-10/+25
2016-09-30sched/wait: Fix abort_exclusive_wait(), it should pass TASK_NORMAL to wake_up()Oleg Nesterov1-5/+3
2016-09-30sched/fair: Fix fixed point arithmetic width for shares and effective loadDietmar Eggemann1-2/+2
2016-09-30sched/core, x86/topology: Fix NUMA in package topology bugTim Chen1-0/+3
2016-09-30Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar5-24/+63
2016-09-30softirq: Let ksoftirqd do its jobEric Dumazet1-1/+15
2016-09-29bpf: allow access into map value arraysJosef Bacik1-18/+311
2016-09-27bpf: clean up put_cpu_var usageShaohua Li1-1/+1
2016-09-27Merge branch 'for-4.8-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-8/+40
2016-09-27bpf: Set register type according to is_valid_access()Mickaël Salaün1-3/+2
2016-09-25Merge tag 'trace-v4.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-13/+16
2016-09-25genirq: Make function __irq_do_set_handler() staticWei Yongjun1-1/+1
2016-09-25fix memory leaks in tracing_buffers_splice_read()Al Viro1-6/+8
2016-09-25tracing: Move mutex to protect against resetting of seq dataSteven Rostedt (Red Hat)1-7/+8
2016-09-24Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2016-09-24Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+6
2016-09-23cgroup: fix invalid controller enable rejections with cgroup namespaceTejun Heo1-4/+25
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-14/+76
2016-09-23Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar4-2/+42
2016-09-22locking/lglock: Remove lglock implementationPeter Zijlstra2-90/+0
2016-09-22stop_machine: Remove stop_cpus_lock and lg_double_lock/unlock()Oleg Nesterov2-38/+26
2016-09-22locking/pv-qspinlock: Use cmpxchg_release() in __pv_queued_spin_unlock()Pan Xinhui1-1/+1
2016-09-22Merge branch 'locking/urgent' into locking/core, to pick up fixesIngo Molnar34-143/+543
2016-09-22sched/debug: Hide printk() by defaultPeter Zijlstra1-1/+3
2016-09-22sched/fair: Fix SCHED_HRTICK bug leading to late preemption of tasksSrivatsa Vaddagiri1-1/+1
2016-09-22perf/core: Limit matching exclusive events to one PMUAlexander Shishkin1-1/+1
2016-09-22sched/core: Avoid _cond_resched() for PREEMPT=yPeter Zijlstra1-0/+2
2016-09-22sched/core: Optimize __schedule()Peter Zijlstra2-35/+29
2016-09-22stop_machine: Avoid a sleep and wakeup in stop_one_cpu()Cheng Chao2-2/+11
2016-09-22sched/core: Remove unnecessary initialization in sched_init()Cheng Chao1-5/+0
2016-09-22Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar5-15/+73
2016-09-22smp: Allocate smp_call_on_cpu() workqueue on stack tooPeter Zijlstra1-1/+2
2016-09-22sched/core: Do not use smp_processor_id() with preempt enabled in smpboot_thr...Con Kolivas1-1/+1
2016-09-21bpf: recognize 64bit immediate loads as constsJakub Kicinski1-2/+12
2016-09-21bpf: enable non-core use of the verfierJakub Kicinski1-0/+68
2016-09-21bpf: expose internal verfier structuresJakub Kicinski1-163/+103
2016-09-21bpf: don't (ab)use instructions to store stateJakub Kicinski1-30/+40
2016-09-20bpf: direct packet write and access for helpers for clsact progsDaniel Borkmann2-14/+43
2016-09-20bpf, verifier: enforce larger zero range for pkt on overloading stack buffsDaniel Borkmann1-1/+1
2016-09-20Merge branch 'irq/urgent' into irq/coreThomas Gleixner4-16/+76
2016-09-20Merge branch 'linus' into x86/asm, to pick up fixesIngo Molnar1-0/+6
2016-09-19cgroup: duplicate cgroup reference when cloning socketsJohannes Weiner1-0/+6
2016-09-19padata: Convert to hotplug state machineSebastian Andrzej Siewior1-38/+50
2016-09-19genirq: Skip chained interrupt trigger setup if type is IRQ_TYPE_NONEMarc Zyngier1-2/+6
2016-09-16cpuset: fix non static symbol warningWei Yongjun1-1/+1
2016-09-16fork: Optimize task creation by caching two thread stacks per CPU if CONFIG_V...Andy Lutomirski1-9/+53
2016-09-16sched/core: Free the stack early if CONFIG_THREAD_INFO_IN_TASKAndy Lutomirski2-1/+38
2016-09-16kthread: Pin the stack via try_get_task_stack()/put_task_stack() in to_live_k...Oleg Nesterov1-2/+6
2016-09-16Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar11-120/+164
2016-09-15Merge branch 'irq/for-block' into irq/coreThomas Gleixner3-56/+168
2016-09-15sched/core: Allow putting thread_info into task_structAndy Lutomirski1-0/+4
2016-09-15Merge branch 'linus' into x86/asm, to pick up recent fixesIngo Molnar22-63/+260
2016-09-14genirq/affinity: Remove old irq spread infrastructureThomas Gleixner1-58/+0
2016-09-14genirq/msi: Switch to new irq spreading infrastructureThomas Gleixner1-16/+15
2016-09-14genirq/affinity: Provide smarter irq spreading infrastructureThomas Gleixner1-0/+149
2016-09-14genirq/msi: Add cpumask allocation to alloc_msi_entryThomas Gleixner1-2/+24
2016-09-14Merge branches 'doc.2016.08.22c', 'exp.2016.08.22c', 'fixes.2016.09.14a', 'ho...Paul E. McKenney11-120/+164
2016-09-14x86/signal: Add SA_{X32,IA32}_ABI sa_flagsDmitry Safonov1-0/+7
2016-09-14Merge tag 'irqchip-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Thomas Gleixner129-3937/+6151
2016-09-14genirq: Expose interrupt information through sysfsCraig Gallek1-2/+191
2016-09-13cpufreq: schedutil: Add iowait boostingRafael J. Wysocki1-4/+49
2016-09-13cpufreq / sched: SCHED_CPUFREQ_IOWAIT flag to indicate iowait conditionRafael J. Wysocki1-0/+8
2016-09-13Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+22
2016-09-13Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-14/+48
2016-09-13tick/nohz: Prevent stopping the tick on an offline CPUWanpeng Li1-2/+5
2016-09-13cpuset: handle race between CPU hotplug and cpuset_hotplug_workJoonwoo Park1-3/+14
2016-09-13PM / Hibernate: allow hibernation with PAGE_POISONING_ZEROAnisse Astier3-18/+27
2016-09-13PM / sleep: enable suspend-to-idle even without registered suspend_opsSudeep Holla2-3/+12
2016-09-13PM / sleep: Increase default DPM watchdog timeout to 120Chen Yu1-2/+2
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller11-38/+113
2016-09-10Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+9
2016-09-10Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2-10/+36
2016-09-10Revert "sched/fair: Make update_min_vruntime() more readable"Peter Zijlstra1-4/+7
2016-09-10perf/core: Fix aux_mmap_count vs aux_refcount orderAlexander Shishkin1-4/+11
2016-09-10perf/core: Fix a race between mmap_close() and set_output() of AUX eventsAlexander Shishkin1-6/+25
2016-09-09bpf: add BPF_CALL_x macros for declaring helpersDaniel Borkmann4-77/+51
2016-09-09bpf: add BPF_SIZEOF and BPF_FIELD_SIZEOF macrosDaniel Borkmann1-6/+6
2016-09-09bpf: minor cleanups in helpersDaniel Borkmann1-3/+3
2016-09-09mm: fix cache mode of dax pmd mappingsDan Williams1-0/+9
2016-09-08bpf: fix range propagation on direct packet accessDaniel Borkmann1-15/+40
2016-09-08Merge branch 'linus' into timers/core, to refresh the branchIngo Molnar9-37/+94
2016-09-06perf, bpf: fix conditional call to bpf_overflow_handlerArnd Bergmann1-1/+1
2016-09-06kernel/softirq: Convert to hotplug state machineSebastian Andrzej Siewior1-21/+6
2016-09-06slab: Convert to hotplug state machineSebastian Andrzej Siewior1-0/+6
2016-09-06relayfs: Convert to hotplug state machineRichard Weinberger2-45/+19
2016-09-06relay: Use per CPU constructs for the relay channel buffer pointersAkash Goel1-32/+42
2016-09-06cpu/hotplug: Remove CPU_STARTING and CPU_DYING notifierThomas Gleixner1-28/+2
2016-09-06cpu/hotplug: Make state names consistentThomas Gleixner1-7/+7
2016-09-06genirq: No need to mask non trigger mode flags before __irq_set_trigger()Alexander Kuleshov2-4/+2
2016-09-05futex: Add some more function commentryThomas Gleixner1-3/+12
2016-09-05genirq: Update stale comment for __irq_domain_addPunit Agrawal1-4/+2
2016-09-05cpu/hotplug: Replace anon unionThomas Gleixner1-71/+74
2016-09-05PM / QoS: avoid calling cancel_delayed_work_sync() during early bootTejun Heo1-1/+10
2016-09-05smp: Add function to execute a function synchronously on a CPUJuergen Gross2-0/+67
2016-09-05virt, sched: Add generic vCPU pinning supportJuergen Gross2-0/+2
2016-09-05sched/debug: Remove several CONFIG_SCHEDSTATS guardsJosh Poimboeuf3-144/+136
2016-09-05sched/debug: Rename 'schedstat_val()' -> 'schedstat_val_or_zero()'Josh Poimboeuf2-3/+5
2016-09-05sched/debug: Clean up schedstat macrosJosh Poimboeuf5-46/+46
2016-09-05sched/debug: Rename and move enqueue_sleeper()Josh Poimboeuf1-69/+73
2016-09-05sched/deadline: Fix the intention to re-evalute tick dependency for offline CPUWanpeng Li1-28/+18
2016-09-05schedcore: Remove duplicated init_task's preempt_notifiers initseokhoon.yoon1-4/+0
2016-09-05sched/fair: Fix load_above_capacity fixed point arithmetic widthDietmar Eggemann1-1/+1
2016-09-05sched/deadline: Split cpudl_set() into cpudl_set() and cpudl_clear()Tommaso Cucinotta3-22/+40
2016-09-05sched/deadline: Make CPU heap faster avoiding real swaps on heapifyTommaso Cucinotta1-21/+45
2016-09-05sched/deadline: Refactor CPU heap codeTommaso Cucinotta1-27/+23
2016-09-05sched/fair: Make update_min_vruntime() more readableByungchul Park1-10/+7
2016-09-05Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar23-96/+346
2016-09-05perf/core: Don't pass PERF_EF_START to the PMU ->start callbackWill Deacon1-1/+1
2016-09-05Merge branch 'perf/urgent' into perf/core, to pick up fixed and resolve confl...Ingo Molnar22-79/+290
2016-09-05sched/core: Fix a race between try_to_wake_up() and a woken up taskBalbir Singh1-0/+22
2016-09-05perf/core: Remove WARN from perf_event_read()Peter Zijlstra1-4/+12
2016-09-04Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+2
2016-09-02cpu/hotplug: Handle unbalanced hotplug enable/disableLianwei Wang1-2/+9
2016-09-02genirq/generic_chip: Verify irqs_per_chip <= 32Sebastian Frias1-8/+8
2016-09-02cpu/hotplug: Add multi instance supportThomas Gleixner1-35/+183
2016-09-02cpu/hotplug: Rework callback invocation logicThomas Gleixner1-82/+80
2016-09-02perf, bpf: add perf events core support for BPF_PROG_TYPE_PERF_EVENT programsAlexei Starovoitov1-1/+88
2016-09-02bpf: perf_event progs should only use preallocated mapsAlexei Starovoitov1-1/+21
2016-09-02bpf: introduce BPF_PROG_TYPE_PERF_EVENT program typeAlexei Starovoitov1-0/+61
2016-09-02bpf: support 8-byte metafield accessAlexei Starovoitov1-3/+6
2016-09-02irqdomain: Mask irq type in irq_domain_xlate_onetwocell()Sebastian Frias1-1/+4
2016-09-02genirq/generic_chip: Add irq_unmap callbackSebastian Frias1-0/+21
2016-09-02genirq/generic_chip: Get rid of code duplicationSebastian Frias1-15/+19
2016-09-02genirq: Remove export of irq_map_generic_chip()Thomas Gleixner1-1/+0
2016-09-02genirq: Robustify handle_percpu_devid_irq()Thomas Gleixner1-4/+14
2016-09-02tick/nohz: Fix softlockup on scheduler stalls in kvm guestWanpeng Li1-1/+2
2016-09-01Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-27/+39
2016-09-01kernel/fork: fix CLONE_CHILD_CLEARTID regression in nscdMichal Hocko1-6/+4
2016-09-01mm, mempolicy: task->mempolicy must be NULL before dropping final referenceDavid Rientjes1-6/+1
2016-09-01printk/nmi: avoid direct printk()-s from __printk_nmi_flush()Sergey Senozhatsky1-15/+23
2016-09-01kconfig: tinyconfig: provide whole choice blocks to avoid warningsArnd Bergmann1-0/+8
2016-09-01kexec: fix double-free when failing to relocate the purgatoryThiago Jung Bauermann1-0/+3
2016-09-01Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2-3/+28
2016-09-01Merge branch 'linus' into smp/hotplugThomas Gleixner24-99/+382
2016-09-01cpufreq / sched: ignore SMT when determining max cpu capacitySteve Muckle1-1/+3
2016-08-31time: Avoid undefined behaviour in ktime_add_safe()Vegard Nossum1-1/+1
2016-08-31time: Avoid undefined behaviour in timespec64_add_safe()Vegard Nossum1-1/+1
2016-08-31timekeeping: Prints the amounts of time spent during suspendRuchi Kandoi1-0/+2
2016-08-31clocksource: Defer override invalidation unless clock is unstableKyle Walker1-3/+12
2016-08-31hrtimer: Spelling fixesPratyush Patel1-2/+2
2016-08-31audit: fix exe_file access in audit_exe_compareMateusz Guzik1-3/+5
2016-08-31mm: introduce get_task_exe_fileMateusz Guzik1-0/+23
2016-08-30Merge tag 'seccomp-v4.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+8
2016-08-30seccomp: Fix tracer exit notifications during fatal signalsKees Cook1-4/+8
2016-08-30audit: consistently record PIDs with task_tgid_nr()Paul Moore2-7/+13
2016-08-30Merge branch 'for-4.8-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-2/+17
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller12-53/+178
2016-08-28Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2016-08-28Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-2/+19
2016-08-28Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-3/+11
2016-08-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-4/+45
2016-08-26Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2016-08-26printk: fix parsing of "brl=" optionNicolas Iooss1-2/+2
2016-08-26sysctl: handle error writing UINT_MAX to u32 fieldsSubash Abhinov Kasiviswanathan1-2/+43
2016-08-26cpu/hotplug: Allow suspend/resume CPU to be specifiedJames Morse1-4/+5
2016-08-24perf/core: Use this_cpu_ptr() when stopping AUX eventsWill Deacon1-1/+1
2016-08-24sched: Remove __schedule() non-standard frame annotationBrian Gerst1-1/+0
2016-08-24locking/hung_task: Show all locksVegard Nossum1-1/+1
2016-08-24ftrace: Add ftrace_graph_ret_addr() stack unwinding helpersJosh Poimboeuf1-0/+58
2016-08-24ftrace: Add return address pointer to ftrace_ret_stackJosh Poimboeuf1-1/+4
2016-08-24ftrace: Only allocate the ret_stack 'fp' field when neededJosh Poimboeuf1-0/+2
2016-08-24ftrace: Remove CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST from configJosh Poimboeuf2-6/+1