aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-07-03tracing: Use __printf markup to silence compilerMathieu Malaterre1-0/+5
2018-07-03tracing: Optimize trace_buffer_iter() logicyuan linyu1-3/+1
2018-07-03tracing: Make create_filter() code match the commentsSteven Rostedt (VMware)1-0/+5
2018-07-03tracing: Avoid string overflowArnd Bergmann1-1/+1
2018-07-03bpf: hash map: decrement counter on errorMauricio Vasquez B1-5/+11
2018-07-03audit: use ktime_get_coarse_ts64() for time accessArnd Bergmann2-2/+2
2018-07-03locking: Implement an algorithm choice for Wound-Wait mutexesThomas Hellstrom3-19/+150
2018-07-03locking: WW mutex cleanupPeter Ziljstra1-77/+125
2018-07-03kthread: Simplify kthread_park() completionPeter Zijlstra1-2/+4
2018-07-03smpboot: Remove cpumask from the APIPeter Zijlstra1-49/+5
2018-07-03watchdog/softlockup: Replace "watchdog/%u" threads with cpu_stop_workPeter Zijlstra2-77/+65
2018-07-03Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar32-113/+4557
2018-07-03kthread, sched/core: Fix kthread_parkme() (again...)Peter Zijlstra2-26/+35
2018-07-03sched/util_est: Fix util_est_dequeue() for throttled cfs_rqVincent Guittot1-12/+4
2018-07-03sched/fair: Advance global expiration when period timer is restartedXunlei Pang1-5/+10
2018-07-03sched/fair: Fix bandwidth timer clock drift conditionXunlei Pang2-8/+12
2018-07-03sched/rt: Fix call to cpufreq_update_util()Vincent Guittot3-7/+16
2018-07-03sched/nohz: Skip remote tick on idle task entirelyFrederic Weisbecker1-15/+21
2018-07-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-176/+259
2018-07-02docs: histogram.txt: convert it to ReST file formatMauro Carvalho Chehab1-1/+1
2018-07-02PM / hibernate: cast PAGE_SIZE to int when comparing with error codeChengguang Xu1-2/+2
2018-07-02modsign: log module name in the event of an errorJessica Yu3-27/+32
2018-07-02alarmtimer: Prevent overflow for relative nanosleepThomas Gleixner1-1/+2
2018-07-02posix-timers: Sanitize overrun handlingThomas Gleixner2-12/+21
2018-07-02posix-timers: Make forward callback return s64Thomas Gleixner3-6/+6
2018-07-02cpu/hotplug: Boot HT siblings at least onceThomas Gleixner1-24/+48
2018-07-01Merge tag 'dma-mapping-4.18-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-0/+1
2018-07-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller4-176/+259
2018-07-01bpf: sockhash, add release routineJohn Fastabend1-0/+1
2018-07-01bpf: sockhash fix omitted bucket lock in sock_closeJohn Fastabend1-49/+96
2018-07-01bpf: sockmap, fix smap_list_map_remove when psock is in many mapsJohn Fastabend1-12/+22
2018-07-01bpf: sockmap, fix crash when ipv6 sock is addedJohn Fastabend1-10/+48
2018-06-29bpf: undo prog rejection on read-only lock failureDaniel Borkmann1-28/+0
2018-06-28audit: simplify audit_enabled check in audit_watch_log_rule_change()Richard Guy Briggs1-14/+15
2018-06-28audit: check audit_enabled in audit_tree_log_remove_rule()Richard Guy Briggs1-0/+2
2018-06-28printk: Export is_console_lockedHans de Goede1-0/+1
2018-06-28swiotlb: export swiotlb_dma_opsChristoph Hellwig1-0/+1
2018-06-27printk: Remove unnecessary kmalloc() from syslog during clearNamit Gupta1-51/+58
2018-06-27printk: make sure to print log on console.Maninder Singh1-5/+7
2018-06-27fsnotify: let connector point to an abstract objectAmir Goldstein1-8/+9
2018-06-27perf/core: Move inline keyword at the beginning of declarationMathieu Malaterre1-1/+1
2018-06-26rcu: Exclude near-simultaneous RCU CPU stall warningsPaul E. McKenney1-15/+11
2018-06-26rcu: Use the proper lockdep annotation in dump_blkd_tasks()Boqun Feng1-1/+1
2018-06-26rcu: Add debugging info to assertionPaul E. McKenney3-3/+42
2018-06-26bpf: fix attach type BPF_LIRC_MODE2 dependency wrt CONFIG_CGROUP_BPFSean Young3-78/+93
2018-06-26perf/hw_breakpoint: Clean up and consolidate modify_user_hw_breakpoint_check()Frederic Weisbecker1-19/+25
2018-06-26perf/hw_breakpoint: Pass new breakpoint type to modify_breakpoint_slot()Frederic Weisbecker1-5/+5
2018-06-26perf/hw_breakpoint: Remove default hw_breakpoint_arch_parse()Frederic Weisbecker1-17/+0
2018-06-26perf/hw_breakpoint: Pass arch breakpoint struct to arch_check_bp_in_kernelspace()Frederic Weisbecker1-1/+1
2018-06-26perf/hw_breakpoint: Split attribute parse and commitFrederic Weisbecker1-16/+41