aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2017-07-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-3/+13
2017-07-14Merge tag 'pm-fixes-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+5
2017-07-14kmod: throttle kmod thread limitLuis R. Rodriguez1-9/+7
2017-07-14kernel/watchdog.c: use better pr_fmt prefixKefeng Wang1-1/+1
2017-07-14Merge branches 'pm-cpufreq-sched' and 'intel_pstate'Rafael J. Wysocki1-0/+5
2017-07-13Merge tag 'trace-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds4-20/+143
2017-07-13Merge branch 'akpm' (patches from Andrew)Linus Torvalds13-198/+654
2017-07-12Merge tag 'modules-for-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-53/+72
2017-07-12fork,random: use get_random_canary() to set tsk->stack_canaryRik van Riel1-1/+1
2017-07-12kexec_file: adjust declaration of kexec_purgatoryKees Cook2-7/+2
2017-07-12kernel/watchdog: provide watchdog_nmi_reconfigure() for arch watchdogsNicholas Piggin1-4/+44
2017-07-12kernel/watchdog: split up config optionsNicholas Piggin4-131/+177
2017-07-12kernel/watchdog: introduce arch_touch_nmi_watchdog()Nicholas Piggin1-3/+2
2017-07-12fault-inject: support systematic fault injectionDmitry Vyukov1-0/+4
2017-07-12kcmp: add KCMP_EPOLL_TFD mode to compare epoll target filesCyrill Gorcunov1-0/+57
2017-07-12kernel/sysctl_binary.c: check name array length in deprecated_sysctl_warning()Mateusz Jurczyk1-1/+1
2017-07-12sysctl: add unsigned int range supportLuis R. Rodriguez1-0/+66
2017-07-12sysctl: simplify unsigned int supportLuis R. Rodriguez1-7/+146
2017-07-12sysctl: fold sysctl_writes_strict checks into helperLuis R. Rodriguez1-24/+32
2017-07-12sysctl: kdoc'ify sysctl_writes_strictLuis R. Rodriguez1-4/+25
2017-07-12kdump: protect vmcoreinfo data under the crash memoryXunlei Pang4-1/+71
2017-07-12powerpc/fadump: use the correct VMCOREINFO_NOTE_SIZE for phdrXunlei Pang1-2/+1
2017-07-12kexec: move vmcoreinfo out of the kernel's .bss sectionXunlei Pang2-5/+23
2017-07-12kernel/fork.c: virtually mapped stacks: do not disable interruptsChristoph Lameter1-11/+5
2017-07-12fix a braino in compat_sys_getrlimit()Al Viro1-1/+1
2017-07-12ftrace: Fix uninitialized variable in match_records()Dan Carpenter1-1/+1
2017-07-12ftrace: Remove an unneeded NULL checkDan Carpenter1-1/+1
2017-07-12cpufreq: schedutil: Fix sugov_start() versus sugov_update_shared() raceVikram Mulukutla1-0/+5
2017-07-11ftrace: Hide cached module code for !CONFIG_MODULESArnd Bergmann1-0/+2
2017-07-11tracing: Do note expose stack_trace_filter without DYNAMIC_FTRACESteven Rostedt (VMware)1-0/+6
2017-07-11tracing: Fixup trace file header alignmentSteven Rostedt (VMware)1-8/+17
2017-07-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds8-38/+28
2017-07-10kernel/exit.c: avoid undefined behaviour when calling wait4()zhongjiang1-0/+4
2017-07-10kernel/signal.c: avoid undefined behaviour in kill_something_infozhongjiang1-0/+4
2017-07-10lib/extable.c: use bsearch() library function in search_extable()Thomas Meyer2-2/+3
2017-07-10kernel/kallsyms.c: replace all_var with IS_ENABLED(CONFIG_KALLSYMS_ALL)Masahiro Yamada1-8/+2
2017-07-10kernel/groups.c: use sort library functionRasmus Villemoes1-24/+11
2017-07-10kernel/ksysfs.c: constify attribute_group structures.Arvind Yadav1-1/+1
2017-07-10mm: make PR_SET_THP_DISABLE immediately activeMichal Hocko1-3/+3
2017-07-10Merge tag 'pm-extra-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2017-07-10Merge branches 'pm-domains', 'pm-sleep' and 'pm-cpufreq'Rafael J. Wysocki1-1/+1
2017-07-09Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-18/+19
2017-07-09Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-84/+134
2017-07-09Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-19/+25
2017-07-09Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-2/+3
2017-07-09Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-26/+62
2017-07-09Merge branch 'waitid-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-5/+12
2017-07-09trace/kprobes: Sanitize derived event namesNaveen N. Rao1-0/+9
2017-07-08Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+12
2017-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds1-0/+1
2017-07-08fix waitid(2) breakageAl Viro1-5/+12
2017-07-08kprobes: Ensure that jprobe probepoints are at function entryNaveen N. Rao1-2/+6
2017-07-08kprobes: Simplify register_jprobes()Naveen N. Rao1-14/+16
2017-07-08kprobes: Rename [arch_]function_offset_within_entry() to [arch_]kprobe_on_fun...Naveen N. Rao2-5/+5
2017-07-08locking/qspinlock: Explicitly include asm/prefetch.hStafford Horne1-0/+1
2017-07-07Merge tag 'linux-kselftest-4.13-rc1-update' of git://git.kernel.org/pub/scm/l...Linus Torvalds1-1/+2
2017-07-07tracing: Attempt to record other information even if some failJoel Fernandes1-8/+24
2017-07-07tracing: Treat recording tgid for idle task as a successJoel Fernandes1-1/+5
2017-07-07tracing: Treat recording comm for idle task as a successJoel Fernandes1-1/+5
2017-07-07irqdomain: Allow ACPI device nodes to be used as irqdomain identifiersMarc Zyngier1-0/+16
2017-07-07genirq/debugfs: Remove redundant NULL pointer checkThomas Gleixner1-2/+1
2017-07-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds9-43/+25
2017-07-06Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds3-281/+241
2017-07-06Merge tag 'trace-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds8-210/+737
2017-07-06mm: memcontrol: use generic mod_memcg_page_state for kmem pagesJohannes Weiner1-4/+4
2017-07-06mm, cpuset: always use seqlock when changing task's nodemaskVlastimil Babka1-21/+8
2017-07-06mm, mempolicy: simplify rebinding mempolicies when updating cpusetsVlastimil Babka1-3/+1
2017-07-06mm: update callers to use HASH_ZERO flagPavel Tatashin2-6/+4
2017-07-06kernel/exit.c: don't include unused userfaultfd_k.hMike Rapoport1-1/+0
2017-07-06mm, memory_hotplug: replace for_device by want_memblock in arch_add_memoryMichal Hocko1-1/+1
2017-07-06mm, memory_hotplug: do not associate hotadded memory to zones until onlineMichal Hocko1-0/+4
2017-07-06kernel/module.c: use linux/set_memory.hMichael Ellerman1-3/+1
2017-07-06kernel/power/snapshot.c: use linux/set_memory.hMichael Ellerman1-3/+1
2017-07-06kernel/extable.c: mark core_kernel_text notraceMarcin Nowakowski1-1/+1
2017-07-06genirq: Allow to pass the IRQF_TIMER flag with percpu irq requestDaniel Lezcano1-5/+10
2017-07-06Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds5-182/+488
2017-07-06tracing: Add saved_tgids file to show cached pid to tgid mappingsMichael Sartain1-0/+73
2017-07-06smp/hotplug: Move unparking of percpu threads to the control CPUThomas Gleixner1-18/+19
2017-07-06bpf: Implement show_optionsDavid Howells1-3/+13
2017-07-05Merge branch 'work.memdup_user' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-39/+20
2017-07-05Merge branch 'timers-compat' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-147/+241
2017-07-05Merge branch 'work.sys_wait' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-219/+170
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds10-149/+786
2017-07-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds1-8/+8
2017-07-05Merge branch 'stable-4.13' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds3-49/+53
2017-07-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds3-14/+47
2017-07-05sched/fair: Fix load_balance() affinity redo pathJeffrey Hugo1-12/+20
2017-07-05ftrace: Test for NULL iter->tr in regex for stack_trace_filter changesSteven Rostedt (VMware)1-1/+1
2017-07-05Merge commit '0f17976568b3f72e676450af0c0db6f8752253d6' into trace/ftrace/coreSteven Rostedt (VMware)4-5/+19
2017-07-05locking/rwsem-spinlock: Fix EINTR branch in __down_write_common()Kirill Tkhai1-2/+2
2017-07-05sched/cputime: Accumulate vtime on top of nsec clocksourceWanpeng Li1-22/+42
2017-07-05sched/cputime: Move the vtime task fields to their own structFrederic Weisbecker2-51/+67
2017-07-05sched/cputime: Rename vtime fieldsFrederic Weisbecker2-17/+17
2017-07-05sched/cputime: Always set tsk->vtime_snap_whence after accounting vtimeFrederic Weisbecker1-1/+1
2017-07-05vtime, sched/cputime: Remove vtime_account_user()Frederic Weisbecker1-6/+6
2017-07-04Merge tag 'pm-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds4-14/+36
2017-07-04PM / sleep: constify attribute_group structuresArvind Yadav1-1/+1
2017-07-04genirq/timings: Move free timings out of spinlocked regionThomas Gleixner1-2/+3
2017-07-04genirq: Move irq resource handling out of spinlocked regionThomas Gleixner1-8/+15
2017-07-04genirq: Add mutex to irq desc to serialize request/free_irq()Thomas Gleixner2-0/+9
2017-07-04genirq: Move bus locking into __setup_irq()Thomas Gleixner1-8/+5
2017-07-04genirq: Force inlining of __irq_startup_managed to prevent build failureGeert Uytterhoeven1-1/+1
2017-07-04genirq/debugfs: Fix build for !CONFIG_IRQ_DOMAINSebastian Ott1-1/+3
2017-07-04Revert "sched/cputime: Refactor the cputime_adjust() code"Ingo Molnar1-8/+14
2017-07-03Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds6-27/+27
2017-07-03Merge tag 'char-misc-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-2/+14
2017-07-03Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+1
2017-07-03Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds6-236/+244
2017-07-03Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds19-264/+1755
2017-07-03Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds13-1241/+1198
2017-07-03Merge tag 'm68k-for-v4.13-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+0
2017-07-03Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-23/+42
2017-07-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds25-1585/+2413
2017-07-03Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-15/+15
2017-07-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-10/+37
2017-07-03Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds20-2300/+1248
2017-07-03Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+3
2017-07-03Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockLinus Torvalds2-9/+9
2017-07-03Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuidLinus Torvalds1-2/+2
2017-07-03Merge branch 'for-4.13' into for-linusPetr Mladek3-14/+47
2017-07-03Merge branch 'acpi-pm'Rafael J. Wysocki2-7/+30
2017-07-03Merge branch 'pm-sleep'Rafael J. Wysocki2-7/+6
2017-07-03Merge branch 'uuid-types'Rafael J. Wysocki1-2/+2
2017-07-03bpf, verifier: add additional patterns to evaluate_reg_imm_aluJohn Fastabend1-0/+62
2017-07-03bpf: extend bpf_trace_printk to support %iJohn Fastabend1-3/+4
2017-07-03bpf: export whether tail call has jited ownerDaniel Borkmann1-1/+6
2017-07-03bpf: simplify narrower ctx accessDaniel Borkmann2-63/+46
2017-07-01bpf: BPF support for sock_opsLawrence Brakmo2-0/+42
2017-06-30Merge tag 'trace-v4.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-14/+24
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-32/+66
2017-06-30objtool, x86: Add several functions and files to the objtool whitelistJosh Poimboeuf1-1/+3
2017-06-30posix_clocks: Use get_itimerspec64() and put_itimerspec64()Deepa Dinamani1-28/+16
2017-06-30nanosleep: Use get_timespec64() and put_timespec64()Deepa Dinamani4-37/+25
2017-06-30posix-timers: Use get_timespec64() and put_timespec64()Deepa Dinamani2-76/+70
2017-06-30sched/cputime: Refactor the cputime_adjust() codeGustavo A. R. Silva1-11/+5
2017-06-30cpu/hotplug: Constify attribute_group structuresArvind Yadav1-2/+2
2017-06-30sched/debug: Expose the number of RT/DL tasks that can migrateDaniel Bristot de Oliveira1-2/+15
2017-06-30bpf: don't open-code memdup_user()Al Viro1-29/+16
2017-06-30kimage_file_prepare_segments(): don't open-code memdup_user()Al Viro1-10/+4
2017-06-29tracing/kprobes: Allow to create probe with a module name starting with a digitSabrina Dubroca1-9/+5
2017-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+5
2017-06-29PM: hibernate: constify attribute_group structures.Arvind Yadav1-1/+1
2017-06-29bpf: prevent leaking pointer via xadd on unpriviledgedDaniel Borkmann1-0/+5
2017-06-29bpf: Fix out-of-bound access on interpreters[]Martin KaFai Lau1-1/+3
2017-06-29bpf: Add syscall lookup support for fd array and htabMartin KaFai Lau5-3/+67
2017-06-29ftrace: Fix regression with module command in stack_trace_filterSteven Rostedt (VMware)4-5/+19
2017-06-29module: make the modinfo name constLuis R. Rodriguez1-2/+2
2017-06-29sched/numa: Hide numa_wake_affine() from UP buildThomas Gleixner1-0/+2
2017-06-29timers: Make the cpu base lock rawSebastian Andrzej Siewior1-24/+24
2017-06-28cgroup: implement "nsdelegate" mount optionTejun Heo1-5/+83
2017-06-28cgroup: restructure cgroup_procs_write_permission()Tejun Heo1-24/+33
2017-06-28ftrace: Decrement count for dyn_ftrace_total_info for init functionsSteven Rostedt (VMware)1-0/+1
2017-06-28ftrace: Unlock hash mutex on failed allocation in process_mod_list()Steven Rostedt (VMware)1-1/+2
2017-06-27kmod: reduce atomic operations on kmod_concurrent and simplifyLuis R. Rodriguez1-22/+18
2017-06-27module: use list_for_each_entry_rcu() on find_module_all()Luis R. Rodriguez1-1/+1
2017-06-27tracing: Add support for display of tgid in trace outputJoel Fernandes2-14/+31
2017-06-27tracing: Add support for recording tgid of tasksJoel Fernandes4-25/+201
2017-06-27ftrace: Decrement count for dyn_ftrace_total_info fileSteven Rostedt (VMware)1-0/+1
2017-06-27ftrace: Remove unused function ftrace_arch_read_dyn_info()Steven Rostedt (VMware)1-18/+3
2017-06-27PM / hibernate: Drop redundant parameter of swsusp_alloc()BaoJun Luo1-3/+2
2017-06-27PM / hibernate: Use CONFIG_HAVE_SET_MEMORY for include conditionBalbir Singh1-3/+3
2017-06-26seccomp: Switch from atomic_t to recount_tKees Cook1-5/+5
2017-06-26seccomp: Clean up core dump logicKees Cook1-3/+3
2017-06-26ftrace: Have cached module filters be an active filterSteven Rostedt (VMware)2-6/+21
2017-06-26ftrace: Implement cached modules tracing on module loadSteven Rostedt (VMware)1-0/+93
2017-06-26ftrace: Have the cached module list show in set_ftrace_filterSteven Rostedt (VMware)1-12/+100
2017-06-26ftrace: Add :mod: caching infrastructure to trace_arraySteven Rostedt (VMware)2-6/+148
2017-06-26kernel/module.c: suppress warning about unused nowarn variableCorentin Labbe1-10/+20
2017-06-26genirq: Avoid unnecessary low level irq function callsJeffy Chen1-20/+33
2017-06-26genirq: Set irq masked state when initializing irq_descJeffy Chen1-0/+1
2017-06-25posix-stubs: Conditionally include COMPAT_SYS_NI definesDeepa Dinamani1-6/+7
2017-06-25time: introduce {get,put}_itimerspec64Deepa Dinamani2-0/+51
2017-06-25time: add get_timespec64 and put_timespec64Deepa Dinamani2-0/+72
2017-06-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-25/+46
2017-06-25Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2017-06-24genirq/timings: Add infrastructure for estimating the next interrupt arrival ...Daniel Lezcano2-0/+358
2017-06-24genirq/timings: Add infrastructure to track the interrupt timingsDaniel Lezcano6-0/+129
2017-06-24genirq/debugfs: Remove pointless NULL pointer checkThomas Gleixner2-8/+6
2017-06-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-6/+14
2017-06-24sched/fair: Remove effective_load()Rik van Riel1-123/+1
2017-06-24sched/numa: Implement NUMA node level wake_affine()Rik van Riel1-59/+71
2017-06-24sched/fair: Simplify wake_affine() for the single socket caseRik van Riel1-1/+12
2017-06-24sched/numa: Override part of migrate_degrades_locality() when idle balancingRik van Riel1-0/+4
2017-06-24Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2-7/+37
2017-06-23bpf: possibly avoid extra masking for narrower load in verifierYonghong Song2-14/+32
2017-06-23sched/rt: Move RT related code from sched/core.c to sched/rt.cNicolas Pitre3-315/+315
2017-06-23sched/deadline: Move DL related code from sched/core.c to sched/deadline.cNicolas Pitre3-340/+364
2017-06-23sched/cpuset: Only offer CONFIG_CPUSETS if SMP is enabledNicolas Pitre1-4/+3
2017-06-22tracing: Show address when function names are not foundSteven Rostedt (VMware)1-4/+14
2017-06-22genirq/irqdomain: Remove auto-recursive hierarchy supportMarc Zyngier2-43/+14
2017-06-22genirq/irqdomain: Add irq_domain_update_bus_token helperMarc Zyngier1-0/+31
2017-06-22genirq/affinity: Assign vectors to all present CPUsChristoph Hellwig1-13/+63
2017-06-22genirq/cpuhotplug: Avoid irq affinity setting for single targetsThomas Gleixner1-2/+10
2017-06-22genirq: Introduce IRQD_SINGLE_TARGET flagThomas Gleixner1-0/+1
2017-06-22genirq/cpuhotplug: Handle managed IRQs on CPU hotplugThomas Gleixner2-0/+50
2017-06-22genirq: Handle managed irqs gracefully in irq_startup()Thomas Gleixner1-3/+61
2017-06-22genirq: Add force argument to irq_startup()Thomas Gleixner4-7/+14
2017-06-22genirq: Split out irq_startup() codeThomas Gleixner1-11/+18
2017-06-22genirq: Introduce IRQD_MANAGED_SHUTDOWNThomas Gleixner1-0/+10
2017-06-22genirq/cpuhotplug: Use effective affinity maskThomas Gleixner1-3/+11