aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-03power/suspend: Add function to disable secondaries for suspendNicholas Piggin3-10/+10
2019-05-03sched/core: Allow the remote scheduler tick to be started on CPU0Nicholas Piggin1-1/+1
2019-05-03Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar24-152/+276
2019-05-03perf/ring_buffer: Fix AUX software double bufferingAlexander Shishkin1-2/+1
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-49/+85
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-30/+46
2019-05-02s390: simplify disabled_waitMartin Schwidefsky1-6/+1
2019-05-01bpf: switch to ->free_inode()Al Viro1-8/+2
2019-05-01Merge branch 'for-next/mitigations' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux into for-next/coreWill Deacon1-0/+15
2019-04-30bpf: Use vmalloc special flagRick Edgecombe1-1/+0
2019-04-30modules: Use vmalloc special flagRick Edgecombe1-38/+39
2019-04-30mm/hibernation: Make hibernation handle unmapped pagesRick Edgecombe1-2/+3
2019-04-30x86/modules: Avoid breaking W^X while loading modulesNadav Amit1-0/+5
2019-04-30fork: Provide a function for copying init_mmNadav Amit1-6/+18
2019-04-30uprobes: Initialize uprobes earlierNadav Amit2-5/+4
2019-04-30bpf: Fail bpf_probe_write_user() while mm is switchedNadav Amit1-0/+8
2019-04-30sched/cpufreq: Fix kobject memleakTobin C. Harding1-0/+1
2019-04-29Merge tag 'seccomp-v5.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-2/+15
2019-04-29Provide in-kernel headers to make extending kernel easierJoel Fernandes (Google)4-0/+174
2019-04-29locking/lockdep: Remove unnecessary unlikely()zhengbin1-1/+1
2019-04-29livepatch: Convert error about unsupported reliable stacktrace into a warningPetr Mladek1-3/+2
2019-04-29stacktrace: Provide common infrastructureThomas Gleixner1-0/+173
2019-04-29stacktrace: Remove obsolete functionsThomas Gleixner1-14/+0
2019-04-29livepatch: Simplify stack trace retrievalThomas Gleixner1-13/+9
2019-04-29tracing: Remove the last struct stack_trace usageThomas Gleixner1-21/+16
2019-04-29tracing: Simplify stack trace retrievalThomas Gleixner1-27/+13
2019-04-29tracing: Make ftrace_trace_userstack() static and conditionalThomas Gleixner2-14/+8
2019-04-29tracing: Use percpu stack trace buffer more intelligentlyThomas Gleixner1-36/+37
2019-04-29tracing: Simplify stacktrace retrieval in histogramsThomas Gleixner1-9/+3
2019-04-29lockdep: Simplify stack trace handlingThomas Gleixner1-27/+28
2019-04-29lockdep: Remove save argument from check_prev_add()Thomas Gleixner1-8/+8
2019-04-29lockdep: Remove unused trace argument from print_circular_bug()Thomas Gleixner1-5/+4
2019-04-29dma/debug: Simplify stracktrace retrievalThomas Gleixner1-8/+6
2019-04-29latency_top: Simplify stack trace handlingThomas Gleixner1-15/+2
2019-04-29backtrace-test: Simplify stack trace handlingThomas Gleixner1-8/+3
2019-04-29stacktrace: Provide helpers for common stack trace operationsThomas Gleixner1-15/+155
2019-04-29tracing: Cleanup stack trace codeThomas Gleixner1-29/+13
2019-04-29locking/lockdep: check for freed initmem in static_obj()Gerald Schaefer1-0/+3
2019-04-29locking/static_key: Don't take sleeping locks in __static_key_slow_dec_deferred()Jakub Kicinski1-19/+13
2019-04-29locking/static_key: Factor out the fast path of static_key_slow_dec()Jakub Kicinski1-8/+15
2019-04-29locking/static_key: Add support for deferred static branchesJakub Kicinski1-7/+10
2019-04-29locking/lockdep: Test all incompatible scenarios at once in check_irq_usage()Frederic Weisbecker2-67/+167
2019-04-29sched/nohz: Run NOHZ idle load balancer on HK_FLAG_MISC CPUsNicholas Piggin1-6/+10
2019-04-28audit_compare_dname_path(): switch to const struct qstr *Al Viro5-9/+8
2019-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller3-6/+89
2019-04-27genetlink: optionally validate strictly/dumpsJohannes Berg1-0/+2
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg1-2/+3
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek1-1/+1
2019-04-27Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+4
2019-04-27bpf: Introduce bpf sk local storageMartin KaFai Lau2-4/+26