aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2017-10-06Merge branch 'core-watchdog-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds5-520/+372
2017-10-05Merge tag 'pm-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-7/+11
2017-10-06Merge branch 'pm-sleep'Rafael J. Wysocki1-7/+11
2017-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2017-10-04Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-23/+38
2017-10-04Merge tag 'trace-v4.14-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-16/+2
2017-10-04watchdog/core: Put softlockup_threads_initialized under ifdef guardThomas Gleixner1-1/+1
2017-10-04watchdog/core: Rename some softlockup_* functionsThomas Gleixner1-9/+9
2017-10-04powerpc/watchdog: Make use of watchdog_nmi_probe()Thomas Gleixner1-1/+4
2017-10-04watchdog/core, powerpc: Lock cpus across reconfigurationThomas Gleixner2-3/+10
2017-10-04watchdog/core, powerpc: Replace watchdog_nmi_reconfigure()Thomas Gleixner1-15/+18
2017-10-03kernel/params.c: improve STANDARD_PARAM_DEF readabilityJean Delvare1-8/+8
2017-10-03kernel/params.c: fix an overflow in param_attr_showJean Delvare1-10/+7
2017-10-03kernel/params.c: fix the maximum length in param_get_stringJean Delvare1-1/+1
2017-10-03kernel/kcmp.c: drop branch leftover typoCyrill Gorcunov1-1/+1
2017-10-03memremap: add scheduling point to devm_memremap_pagesMichal Hocko1-1/+3
2017-10-03kernel/sysctl.c: remove duplicate UINT_MAX check on do_proc_douintvec_conv()Luis R. Rodriguez1-2/+0
2017-10-03android: binder: drop lru lock in isolate callbackSherry Yang1-0/+18
2017-10-03kernel/params.c: align add_sysfs_param documentation with codeJean Delvare1-1/+1
2017-10-03bpf: fix bpf_tail_call() x64 JITAlexei Starovoitov1-1/+1
2017-10-03Merge branch 'for-4.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+8
2017-10-03rcu: Remove extraneous READ_ONCE()s from rcu_irq_{enter,exit}()Paul E. McKenney1-2/+2
2017-10-03ftrace: Fix kmemleak in unregister_ftrace_graphShu Wang1-14/+0
2017-10-01Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-142/+364
2017-10-01Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-23/+35
2017-10-01Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-5/+15
2017-10-01Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-11/+49
2017-10-01Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-3/+6
2017-09-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-13/+10
2017-09-29fix infoleak in waitid(2)Al Viro1-13/+10
2017-09-29sched/sysctl: Check user input value of sysctl_sched_time_avgEthan Zhao1-1/+2
2017-09-29sched/debug: Ignore TASK_IDLE for SysRq-WPeter Zijlstra1-1/+23
2017-09-29sched/tracing: Use common task-state helpersPeter Zijlstra2-19/+10
2017-09-29locking/rwsem-xadd: Fix missed wakeup due to reordering of loadPrateek Sood1-0/+27
2017-09-29sched/debug: Remove unused variablePeter Zijlstra1-2/+0
2017-09-29perf/aux: Only update ->aux_wakeup in non-overwrite modeAlexander Shishkin1-5/+15
2017-09-29PM / s2idle: Invoke the ->wake() platform callback earlierRafael J. Wysocki1-7/+11
2017-09-28Merge tag 'seccomp-v4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-7/+16
2017-09-28watchdog/hardlockup/perf: Fix spelling mistake: "permanetely" -> "permanently"Colin Ian King1-1/+1
2017-09-28irq/generic-chip: Don't replace domain's nameJeffy Chen1-1/+0
2017-09-27seccomp: fix the usage of get/put_seccomp_filter() in seccomp_get_filter()Oleg Nesterov1-7/+16
2017-09-25Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-6/+12
2017-09-25Merge tag 'trace-v4.14-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-29/+41
2017-09-25smp/hotplug: Hotplug state fail injectionPeter Zijlstra1-1/+59
2017-09-25smp/hotplug: Differentiate the AP completion between up and downPeter Zijlstra1-17/+32
2017-09-25smp/hotplug: Differentiate the AP-work lockdep class between up and downPeter Zijlstra1-9/+32
2017-09-25smp/hotplug: Callback vs state-machine consistencyPeter Zijlstra1-4/+22
2017-09-25smp/hotplug: Rewrite AP state machine corePeter Zijlstra1-115/+206
2017-09-25smp/hotplug: Allow external multi-instance rollbackPeter Zijlstra1-15/+32
2017-09-25irqdomain: Add __rcu annotations to radix tree accessorsMasahiro Yamada1-2/+2
2017-09-25watchdog/hardlockup/perf: Cure UP damageThomas Gleixner1-1/+6
2017-09-25blktrace: Fix potential deadlock between delete & sysfs opsWaiman Long1-6/+12
2017-09-25genirq: Check __free_irq() return value for NULLAlexandru Moise1-0/+4
2017-09-25futex: Fix pi_state->owner serializationPeter Zijlstra1-11/+22
2017-09-23tracing: Remove RCU work arounds from stack tracerSteven Rostedt (VMware)1-15/+0
2017-09-23extable: Enable RCU if it is not watching in kernel_text_address()Steven Rostedt (VMware)1-5/+30
2017-09-23extable: Consolidate *kernel_text_address() functionsSteven Rostedt (VMware)1-9/+1
2017-09-23rcu: Allow for page faults in NMI handlersPaul E. McKenney1-0/+10
2017-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-6/+16
2017-09-22Merge tag 'seccomp-v4.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-11/+310
2017-09-22cgroup: Reinit cgroup_taskset structure before cgroup_migrate_execute() returnsWaiman Long1-0/+8
2017-09-20bpf: one perf event close won't free bpf program attached by another perf eventYonghong Song1-1/+2
2017-09-20Merge tag 'trace-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-3/+19
2017-09-19bpf: fix ri->map_owner pointer on bpf_prog_reallocDaniel Borkmann1-1/+6
2017-09-19bpf: do not disable/enable BH in bpf_map_free_id()Eric Dumazet1-2/+4
2017-09-19tracing: Fix trace_pipe behavior for instance tracesTahsin Erdogan1-1/+1
2017-09-19tracing: Ignore mmiotrace from kernel commandlineZiqian SUN (Zamir)3-0/+10
2017-09-19tracing: Erase irqsoff trace with empty writeBo Yan1-2/+8
2017-09-18bpf: devmap: pass on return value of bpf_map_precharge_memlockTobias Klauser1-2/+4
2017-09-17Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2017-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-2/+3
2017-09-16genirq: Fix cpumask check in __irq_startup_managed()Thomas Gleixner1-1/+1
2017-09-15bpf/verifier: reject BPF_ALU64|BPF_ENDEdward Cree1-1/+2
2017-09-14Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2-8/+15
2017-09-14Merge branch 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds3-30/+7
2017-09-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-2/+2
2017-09-14sched/wait: Introduce wakeup boomark in wake_up_page_bitTim Chen1-0/+7
2017-09-14sched/wait: Break up long wake list walkTim Chen1-15/+63
2017-09-14watchdog/hardlockup: Clean up hotplug locking messThomas Gleixner1-6/+0
2017-09-14watchdog/hardlockup/perf: Simplify deferred event destroyThomas Gleixner1-5/+2
2017-09-14watchdog/hardlockup/perf: Use new perf CPU enable mechanismThomas Gleixner2-84/+8
2017-09-14watchdog/hardlockup/perf: Implement CPU enable replacementThomas Gleixner1-0/+11
2017-09-14watchdog/hardlockup/perf: Implement init time detection of perfThomas Gleixner1-1/+12
2017-09-14watchdog/hardlockup/perf: Implement init time perf validationThomas Gleixner1-0/+37
2017-09-14watchdog/core: Get rid of the racy update loopThomas Gleixner1-48/+47
2017-09-14watchdog/core, powerpc: Make watchdog_nmi_reconfigure() two stageThomas Gleixner1-9/+22
2017-09-14watchdog/sysctl: Clean up sysctl variable name spaceThomas Gleixner2-29/+28
2017-09-14watchdog/sysctl: Get rid of the #ifdefferyThomas Gleixner1-5/+1
2017-09-14watchdog/core: Further simplify sysctl handlingThomas Gleixner1-20/+7
2017-09-14watchdog/core: Get rid of the thread teardown/setup danceThomas Gleixner1-171/+19
2017-09-14watchdog/core: Create new thread handling infrastructureThomas Gleixner1-0/+75
2017-09-14smpboot/threads, watchdog/core: Avoid runtime allocationThomas Gleixner2-31/+12
2017-09-14watchdog/core: Split out cpumask write functionThomas Gleixner1-19/+21
2017-09-14watchdog/core: Clean up the #ifdef mazeThomas Gleixner1-20/+13
2017-09-14watchdog/core: Clean up stub functionsThomas Gleixner1-46/+22
2017-09-14watchdog/core: Remove the park_in_progress obfuscationThomas Gleixner2-25/+19
2017-09-14watchdog/hardlockup/perf: Prevent CPU hotplug deadlockThomas Gleixner3-6/+59
2017-09-14watchdog/hardlockup/perf: Remove broken self disable on failureThomas Gleixner2-28/+7
2017-09-14watchdog/core: Mark hardlockup_detector_disable() __initThomas Gleixner1-1/+1
2017-09-14watchdog/core: Rename watchdog_proc_mutexThomas Gleixner1-8/+7
2017-09-14watchdog/core: Rework CPU hotplug lockingThomas Gleixner1-6/+6
2017-09-14watchdog/core: Remove broken suspend/resume interfacesThomas Gleixner1-88/+1
2017-09-14watchdog/core: Provide interface to stop from poweroff()Thomas Gleixner1-1/+13
2017-09-14watchdog/hardlockup: Provide interface to stop/restart perf eventsPeter Zijlstra1-0/+41
2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko2-2/+2
2017-09-13Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-3/+25
2017-09-13Merge tag 'modules-for-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-6/+6
2017-09-12Merge tag 'selinux-pr-20170831' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+0
2017-09-12Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-8/+24
2017-09-12Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-19/+10
2017-09-12sched/debug: Add debugfs knob for "sched_debug"Peter Zijlstra3-3/+8
2017-09-12sched/core: WARN() when migrating to an offline CPUPeter Zijlstra1-0/+4
2017-09-12sched/fair: Plug hole between hotplug and active_load_balance()Peter Zijlstra1-0/+7
2017-09-12sched/fair: Avoid newidle balance for !active CPUsPeter Zijlstra1-0/+6
2017-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds6-37/+77
2017-09-11perf/bpf: fix a clang compilation issueYonghong Song1-1/+1
2017-09-11sched/fair: Fix nuisance kernel-doc warningRandy Dunlap1-1/+1
2017-09-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-12/+35
2017-09-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds19-666/+696
2017-09-08bpf: devmap, use cond_resched instead of cpu_relaxJohn Fastabend1-1/+1
2017-09-08bpf: add support for sockmap detach programsJohn Fastabend2-11/+18
2017-09-08bpf: don't select potentially stale ri->map from buggy xdp progsDaniel Borkmann1-0/+16
2017-09-08kcov: support compat processesDmitry Vyukov1-0/+1
2017-09-08drivers/pps: aesthetic tweaks to PPS-related contentRobert P. J. Day1-1/+1
2017-09-08kmod: move #ifdef CONFIG_MODULES wrapper to MakefileLuis R. Rodriguez2-4/+2
2017-09-08kmod: split out umh code into its own fileLuis R. Rodriguez3-559/+571
2017-09-08locking/rtmutex: replace top-waiter and pi_waiters leftmost cachingDavidlohr Bueso4-33/+19
2017-09-08sched/deadline: replace earliest dl and rq leftmost cachingDavidlohr Bueso2-35/+21
2017-09-08sched/fair: replace cfs_rq->rb_leftmostDavidlohr Bueso3-29/+15
2017-09-08treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan5-5/+5
2017-09-08mm/device-public-memory: device memory cache coherent with CPUJérôme Glisse1-4/+4
2017-09-08mm/memcontrol: support MEMORY_DEVICE_PRIVATEJérôme Glisse1-0/+1
2017-09-08mm/ZONE_DEVICE: special case put_page() for device private pagesJérôme Glisse1-1/+24
2017-09-08mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memoryJérôme Glisse1-0/+34
2017-09-08mm/hmm: heterogeneous memory management (HMM for short)Jérôme Glisse1-0/+3
2017-09-08Merge tag 'trace-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds5-19/+82
2017-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds1-37/+32
2017-09-07Merge tag 'audit-pr-20170907' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-12/+12
2017-09-07Merge tag 'pstore-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+1
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds3-82/+199
2017-09-07sched/cpuset/pm: Fix cpuset vs. suspend-resume bugsPeter Zijlstra3-6/+22
2017-09-07genirq: Make sparse_irq_lock protect what it should protectThomas Gleixner1-17/+7
2017-09-07sched/fair: Fix wake_affine_llc() balancing rulesPeter Zijlstra1-1/+1
2017-09-06Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds8-246/+888
2017-09-06Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-3/+3
2017-09-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-40/+51
2017-09-06tracing: Apply trace_clock changes to instance max bufferBaohong Liu1-1/+1
2017-09-06mm,fork: introduce MADV_WIPEONFORKRik van Riel1-2/+8
2017-09-06mm: oom: let oom_reap_task and exit_mmap run concurrentlyAndrea Arcangeli1-17/+0
2017-09-06mm: replace TIF_MEMDIE checks by tsk_is_oom_victimMichal Hocko1-4/+5
2017-09-06mm, devm_memremap_pages: use multi-order radix for ZONE_DEVICE lookupsDan Williams1-14/+38
2017-09-06cgroup: revert fa06235b8eb0 ("cgroup: reset css on destruction")Roman Gushchin1-3/+0
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds14-1035/+3249
2017-09-06genirq/msi: Fix populating multiple interruptsJohn Keeping1-2/+3
2017-09-05Merge tag 'devprop-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-5/+6
2017-09-05Merge tag 'pm-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds13-182/+287
2017-09-05Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2017-09-05Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+2
2017-09-05bpf: fix numa_node validationEric Dumazet1-1/+2
2017-09-05tracing: Fix clear of RECORDED_TGID flag when disabling trace eventChunyu Hu1-1/+1
2017-09-05tracing: Add barrier to trace_printk() buffer nesting modificationSteven Rostedt (VMware)1-1/+7
2017-09-05audit: update the function commentsGeliang Tang2-10/+10
2017-09-05audit: Reduce overhead using a coarse clockMel Gorman2-2/+2
2017-09-05Merge branch 'for-4.13-fixes' into for-4.14Tejun Heo1-4/+26
2017-09-04fs: make the buf argument to __kernel_write a void pointerChristoph Hellwig1-1/+1
2017-09-04fs: fix kernel_write prototypeChristoph Hellwig1-3/+6
2017-09-04fs: fix kernel_read prototypeChristoph Hellwig1-4/+8
2017-09-04Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-13/+1
2017-09-04Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+11
2017-09-04Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds9-38/+549
2017-09-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-11/+22
2017-09-04Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-5/+27
2017-09-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds22-274/+1176
2017-09-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds11-253/+433
2017-09-04Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-30/+92
2017-09-04Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds26-798/+573
2017-09-04Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar13-60/+112
2017-09-03ipc: mqueue: Replace timespec with timespec64Deepa Dinamani2-7/+7
2017-09-04Merge branch 'pm-sleep'Rafael J. Wysocki7-107/+192
2017-09-04Merge branch 'pm-cpufreq-sched'Rafael J. Wysocki5-28/+80
2017-09-04Merge branch 'pm-cpufreq'Rafael J. Wysocki1-10/+2
2017-09-04Merge branches 'pm-core', 'pm-opp', 'pm-domains', 'pm-cpu' and 'pm-avs'Rafael J. Wysocki1-37/+13
2017-09-03Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+1
2017-09-03Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-10/+19
2017-09-01bpf: sockmap update/simplify memory accounting schemeJohn Fastabend1-11/+7
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller13-50/+113
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-13/+17
2017-09-01ftrace: Fix memleak when unregistering dynamic ops when tracing disabledSteven Rostedt (VMware)1-4/+6
2017-09-01bpf: Only set node->ref = 1 if it has not been setMartin KaFai Lau2-2/+8
2017-09-01bpf: Inline LRU map lookupMartin KaFai Lau1-0/+19
2017-09-01ftrace: Fix selftest goto location on errorSteven Rostedt (VMware)1-1/+1
2017-08-31ftrace: Zero out ftrace hashes when a module is removedSteven Rostedt (VMware)1-3/+55
2017-08-31mm, uprobes: fix multiple free of ->uprobes_state.xol_areaEric Biggers2-2/+8
2017-08-31kernel/kthread.c: kthread_worker: don't hog the cpuShaohua Li1-0/+1
2017-08-31tracing: Only have rmmod clear buffers that its events were active inSteven Rostedt (VMware)3-8/+11
2017-08-31alarmtimer: Ensure RTC module is not unloadedAlexandre Belloni1-0/+6
2017-08-31Merge tag 'irqchip-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner1-2/+12
2017-08-29Merge branch 'for-4.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2017-08-29locking/pvqspinlock: Relax cmpxchg's to improve performance on some architect...Waiman Long1-7/+17
2017-08-29smp: Avoid using two cache lines for struct call_single_dataYing Huang3-17/+19