index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-03
tracing: Use __printf markup to silence compiler
Mathieu Malaterre
1
-0
/
+5
2018-07-03
tracing: Optimize trace_buffer_iter() logic
yuan linyu
1
-3
/
+1
2018-07-03
tracing: Make create_filter() code match the comments
Steven Rostedt (VMware)
1
-0
/
+5
2018-07-03
tracing: Avoid string overflow
Arnd Bergmann
1
-1
/
+1
2018-07-03
bpf: hash map: decrement counter on error
Mauricio Vasquez B
1
-5
/
+11
2018-07-03
audit: use ktime_get_coarse_ts64() for time access
Arnd Bergmann
2
-2
/
+2
2018-07-03
locking: Implement an algorithm choice for Wound-Wait mutexes
Thomas Hellstrom
3
-19
/
+150
2018-07-03
locking: WW mutex cleanup
Peter Ziljstra
1
-77
/
+125
2018-07-03
kthread: Simplify kthread_park() completion
Peter Zijlstra
1
-2
/
+4
2018-07-03
smpboot: Remove cpumask from the API
Peter Zijlstra
1
-49
/
+5
2018-07-03
watchdog/softlockup: Replace "watchdog/%u" threads with cpu_stop_work
Peter Zijlstra
2
-77
/
+65
2018-07-03
Merge branch 'sched/urgent' into sched/core, to pick up fixes
Ingo Molnar
32
-113
/
+4557
2018-07-03
kthread, sched/core: Fix kthread_parkme() (again...)
Peter Zijlstra
2
-26
/
+35
2018-07-03
sched/util_est: Fix util_est_dequeue() for throttled cfs_rq
Vincent Guittot
1
-12
/
+4
2018-07-03
sched/fair: Advance global expiration when period timer is restarted
Xunlei Pang
1
-5
/
+10
2018-07-03
sched/fair: Fix bandwidth timer clock drift condition
Xunlei Pang
2
-8
/
+12
2018-07-03
sched/rt: Fix call to cpufreq_update_util()
Vincent Guittot
3
-7
/
+16
2018-07-03
sched/nohz: Skip remote tick on idle task entirely
Frederic Weisbecker
1
-15
/
+21
2018-07-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
4
-176
/
+259
2018-07-02
docs: histogram.txt: convert it to ReST file format
Mauro Carvalho Chehab
1
-1
/
+1
2018-07-02
PM / hibernate: cast PAGE_SIZE to int when comparing with error code
Chengguang Xu
1
-2
/
+2
2018-07-02
modsign: log module name in the event of an error
Jessica Yu
3
-27
/
+32
2018-07-02
alarmtimer: Prevent overflow for relative nanosleep
Thomas Gleixner
1
-1
/
+2
2018-07-02
posix-timers: Sanitize overrun handling
Thomas Gleixner
2
-12
/
+21
2018-07-02
posix-timers: Make forward callback return s64
Thomas Gleixner
3
-6
/
+6
2018-07-02
cpu/hotplug: Boot HT siblings at least once
Thomas Gleixner
1
-24
/
+48
2018-07-01
Merge tag 'dma-mapping-4.18-2' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-0
/
+1
2018-07-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
4
-176
/
+259
2018-07-01
bpf: sockhash, add release routine
John Fastabend
1
-0
/
+1
2018-07-01
bpf: sockhash fix omitted bucket lock in sock_close
John Fastabend
1
-49
/
+96
2018-07-01
bpf: sockmap, fix smap_list_map_remove when psock is in many maps
John Fastabend
1
-12
/
+22
2018-07-01
bpf: sockmap, fix crash when ipv6 sock is added
John Fastabend
1
-10
/
+48
2018-06-29
bpf: undo prog rejection on read-only lock failure
Daniel Borkmann
1
-28
/
+0
2018-06-28
audit: simplify audit_enabled check in audit_watch_log_rule_change()
Richard Guy Briggs
1
-14
/
+15
2018-06-28
audit: check audit_enabled in audit_tree_log_remove_rule()
Richard Guy Briggs
1
-0
/
+2
2018-06-28
printk: Export is_console_locked
Hans de Goede
1
-0
/
+1
2018-06-28
swiotlb: export swiotlb_dma_ops
Christoph Hellwig
1
-0
/
+1
2018-06-27
printk: Remove unnecessary kmalloc() from syslog during clear
Namit Gupta
1
-51
/
+58
2018-06-27
printk: make sure to print log on console.
Maninder Singh
1
-5
/
+7
2018-06-27
fsnotify: let connector point to an abstract object
Amir Goldstein
1
-8
/
+9
2018-06-27
perf/core: Move inline keyword at the beginning of declaration
Mathieu Malaterre
1
-1
/
+1
2018-06-26
rcu: Exclude near-simultaneous RCU CPU stall warnings
Paul E. McKenney
1
-15
/
+11
2018-06-26
rcu: Use the proper lockdep annotation in dump_blkd_tasks()
Boqun Feng
1
-1
/
+1
2018-06-26
rcu: Add debugging info to assertion
Paul E. McKenney
3
-3
/
+42
2018-06-26
bpf: fix attach type BPF_LIRC_MODE2 dependency wrt CONFIG_CGROUP_BPF
Sean Young
3
-78
/
+93
2018-06-26
perf/hw_breakpoint: Clean up and consolidate modify_user_hw_breakpoint_check()
Frederic Weisbecker
1
-19
/
+25
2018-06-26
perf/hw_breakpoint: Pass new breakpoint type to modify_breakpoint_slot()
Frederic Weisbecker
1
-5
/
+5
2018-06-26
perf/hw_breakpoint: Remove default hw_breakpoint_arch_parse()
Frederic Weisbecker
1
-17
/
+0
2018-06-26
perf/hw_breakpoint: Pass arch breakpoint struct to arch_check_bp_in_kernelspace()
Frederic Weisbecker
1
-1
/
+1
2018-06-26
perf/hw_breakpoint: Split attribute parse and commit
Frederic Weisbecker
1
-16
/
+41
[prev]
[next]