index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2018-07-02
modsign: log module name in the event of an error
Jessica Yu
-27
/
+32
2018-07-02
alarmtimer: Prevent overflow for relative nanosleep
Thomas Gleixner
-1
/
+2
2018-07-02
posix-timers: Sanitize overrun handling
Thomas Gleixner
-12
/
+21
2018-07-02
posix-timers: Make forward callback return s64
Thomas Gleixner
-6
/
+6
2018-07-02
cpu/hotplug: Boot HT siblings at least once
Thomas Gleixner
-24
/
+48
2018-07-01
Merge tag 'dma-mapping-4.18-2' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
-0
/
+1
2018-07-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
-177
/
+260
2018-07-01
bpf: sockhash, add release routine
John Fastabend
-0
/
+1
2018-07-01
bpf: sockhash fix omitted bucket lock in sock_close
John Fastabend
-49
/
+96
2018-07-01
bpf: sockmap, fix smap_list_map_remove when psock is in many maps
John Fastabend
-12
/
+22
2018-07-01
bpf: sockmap, fix crash when ipv6 sock is added
John Fastabend
-10
/
+48
2018-06-29
bpf: undo prog rejection on read-only lock failure
Daniel Borkmann
-29
/
+1
2018-06-28
audit: simplify audit_enabled check in audit_watch_log_rule_change()
Richard Guy Briggs
-14
/
+15
2018-06-28
audit: check audit_enabled in audit_tree_log_remove_rule()
Richard Guy Briggs
-0
/
+2
2018-06-28
printk: Export is_console_locked
Hans de Goede
-0
/
+1
2018-06-28
swiotlb: export swiotlb_dma_ops
Christoph Hellwig
-0
/
+1
2018-06-27
printk: Remove unnecessary kmalloc() from syslog during clear
Namit Gupta
-51
/
+58
2018-06-27
printk: make sure to print log on console.
Maninder Singh
-5
/
+7
2018-06-27
fsnotify: let connector point to an abstract object
Amir Goldstein
-8
/
+9
2018-06-27
perf/core: Move inline keyword at the beginning of declaration
Mathieu Malaterre
-1
/
+1
2018-06-26
rcu: Exclude near-simultaneous RCU CPU stall warnings
Paul E. McKenney
-15
/
+11
2018-06-26
rcu: Use the proper lockdep annotation in dump_blkd_tasks()
Boqun Feng
-1
/
+1
2018-06-26
rcu: Add debugging info to assertion
Paul E. McKenney
-3
/
+42
2018-06-26
bpf: fix attach type BPF_LIRC_MODE2 dependency wrt CONFIG_CGROUP_BPF
Sean Young
-78
/
+93
2018-06-26
perf/hw_breakpoint: Clean up and consolidate modify_user_hw_breakpoint_check()
Frederic Weisbecker
-19
/
+25
2018-06-26
perf/hw_breakpoint: Pass new breakpoint type to modify_breakpoint_slot()
Frederic Weisbecker
-5
/
+5
2018-06-26
perf/hw_breakpoint: Remove default hw_breakpoint_arch_parse()
Frederic Weisbecker
-17
/
+0
2018-06-26
perf/hw_breakpoint: Pass arch breakpoint struct to arch_check_bp_in_kernelspa...
Frederic Weisbecker
-1
/
+1
2018-06-26
perf/hw_breakpoint: Split attribute parse and commit
Frederic Weisbecker
-16
/
+41
2018-06-26
Merge branch 'linus' into perf/core, to pick up fixes
Ingo Molnar
-24
/
+35
2018-06-25
torture: Keep old-school dmesg format
Paul E. McKenney
-0
/
+12
2018-06-25
torture: Make online/offline messages appear only for verbose=2
Paul E. McKenney
-9
/
+9
2018-06-25
srcu: Add address of first callback to rcutorture output
Paul E. McKenney
-7
/
+8
2018-06-25
srcu: Document that srcu_funnel_gp_start() implies srcu_funnel_exp_start()
Paul E. McKenney
-0
/
+3
2018-06-25
srcu: Fix typos in __call_srcu() header comment
Paul E. McKenney
-4
/
+4
2018-06-25
rcu: Make expedited grace period use direct call on last leaf
Paul E. McKenney
-2
/
+6
2018-06-25
module: replace VMLINUX_SYMBOL_STR() with __stringify() or string literal
Masahiro Yamada
-4
/
+2
2018-06-25
module: print sensible error code
Jason A. Donenfeld
-2
/
+2
2018-06-24
dma-noncoherent: add a arch_sync_dma_for_cpu_all hook
Christoph Hellwig
-2
/
+6
2018-06-24
time: Change types to new y2038 safe __kernel_itimerspec
Deepa Dinamani
-5
/
+7
2018-06-24
time: Enable get/put_compat_itimerspec64 always
Deepa Dinamani
-29
/
+21
2018-06-24
time: Introduce struct __kernel_itimerspec
Deepa Dinamani
-2
/
+2
2018-06-24
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-3
/
+3
2018-06-24
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-3
/
+4
2018-06-24
genirq: Synchronize only with single thread on free_irq()
Lukas Wunner
-10
/
+23
2018-06-24
genirq: Update code comments wrt recycled thread_mask
Lukas Wunner
-5
/
+4
2018-06-24
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
-6
/
+7
2018-06-24
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-5
/
+5
2018-06-24
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-0
/
+1
2018-06-24
Merge tag 'trace-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-7
/
+15
[prev]
[next]