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-06-24
time: Change types to new y2038 safe __kernel_itimerspec
Deepa Dinamani
1
-5
/
+7
2018-06-24
time: Enable get/put_compat_itimerspec64 always
Deepa Dinamani
2
-29
/
+21
2018-06-24
time: Introduce struct __kernel_itimerspec
Deepa Dinamani
1
-2
/
+2
2018-06-24
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-3
/
+3
2018-06-24
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-3
/
+4
2018-06-24
genirq: Synchronize only with single thread on free_irq()
Lukas Wunner
1
-10
/
+23
2018-06-24
genirq: Update code comments wrt recycled thread_mask
Lukas Wunner
1
-5
/
+4
2018-06-24
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-6
/
+7
2018-06-24
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-5
/
+5
2018-06-24
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+1
2018-06-24
Merge tag 'trace-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
3
-7
/
+15
2018-06-22
rseq: Avoid infinite recursion when delivering SIGSEGV
Will Deacon
1
-3
/
+4
2018-06-22
time: Make sure jiffies_to_msecs() preserves non-zero time periods
Geert Uytterhoeven
1
-2
/
+4
2018-06-22
genirq: Speedup show_interrupts()
Eric Dumazet
1
-10
/
+12
2018-06-22
genirq/debugfs: Add missing IRQCHIP_SUPPORTS_LEVEL_MSI debug
Marc Zyngier
1
-0
/
+1
2018-06-22
module: setup load info before module_sig_check()
Jessica Yu
1
-34
/
+43
2018-06-22
module: make it clear when we're handling the module copy in info->hdr
Jessica Yu
1
-21
/
+21
2018-06-22
perf/core: Move the inline keyword at the beginning of the function declaration
Mathieu Malaterre
1
-3
/
+3
2018-06-21
tracing: Use swap macro in update_max_tr
Gustavo A. R. Silva
1
-5
/
+1
2018-06-21
softirq: Reorder trace_softirqs_on to prevent lockdep splat
Joel Fernandes (Google)
1
-1
/
+5
2018-06-21
tracing: Check for no filter when processing event filters
Steven Rostedt (VMware)
1
-1
/
+9
2018-06-21
locking/lockdep: Do not record IRQ state within lockdep code
Steven Rostedt (VMware)
1
-6
/
+6
2018-06-21
sched/fair: Remove stale tg_unthrottle_up() comments
Li RongQing
1
-1
/
+0
2018-06-21
kprobes: Replace %p with other pointer types
Masami Hiramatsu
1
-12
/
+10
2018-06-21
kprobes: Show address of kprobes if kallsyms does
Masami Hiramatsu
1
-5
/
+9
2018-06-21
kprobes: Show blacklist addresses as same as kallsyms does
Masami Hiramatsu
1
-2
/
+10
2018-06-21
kprobes: Make list and blacklist root user read only
Masami Hiramatsu
1
-2
/
+2
2018-06-21
perf/core: Change perf_mmap_fault() return type to 'vm_fault_t'
Souptick Joarder
1
-2
/
+2
2018-06-21
sched/debug: Use match_string() helper instead of open-coded logic
Yisheng Xie
1
-16
/
+15
2018-06-21
atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()
Mark Rutland
1
-2
/
+2
2018-06-21
cpu/hotplug: Provide knobs to control SMT
Thomas Gleixner
1
-0
/
+170
2018-06-21
cpu/hotplug: Split do_cpu_down()
Thomas Gleixner
1
-9
/
+8
2018-06-21
cpu/hotplug: Make bringup/teardown of smp threads symmetric
Thomas Gleixner
1
-2
/
+1
2018-06-21
sched/smt: Update sched_smt_present at runtime
Peter Zijlstra
2
-18
/
+13
2018-06-21
bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobe
Masami Hiramatsu
2
-11
/
+3
2018-06-21
kprobes: Don't check the ->break_handler() in generic kprobes code
Masami Hiramatsu
1
-34
/
+5
2018-06-21
kprobes: Remove jprobe API implementation
Masami Hiramatsu
2
-171
/
+1
2018-06-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
3
-15
/
+78
2018-06-20
sched/swait: Rename to exclusive
Peter Zijlstra
6
-21
/
+21
2018-06-20
sched/swait: Switch to full exclusive mode
Peter Zijlstra
1
-5
/
+17
2018-06-20
sched/swait: Remove __prepare_to_swait
Peter Zijlstra
1
-1
/
+1
2018-06-20
locking/rwsem: Fix up_read_non_owner() warning with DEBUG_RWSEMS
Waiman Long
1
-0
/
+1
2018-06-20
Merge tag 'dma-rename-4.18' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
11
-0
/
+4344
2018-06-19
audit: eliminate audit_enabled magic number comparison
Richard Guy Briggs
1
-3
/
+0
2018-06-19
audit: rename FILTER_TYPE to FILTER_EXCLUDE
Richard Guy Briggs
2
-6
/
+6
2018-06-19
audit: Fix extended comparison of GID/EGID
Ondrej Mosnáček
1
-4
/
+4
2018-06-19
audit: tie ANOM_ABEND records to syscall
Richard Guy Briggs
1
-1
/
+1
2018-06-19
audit: tie SECCOMP records to syscall
Richard Guy Briggs
1
-1
/
+1
2018-06-19
audit: allow other filter list types for AUDIT_EXE
Ondrej Mosnáček
1
-2
/
+5
2018-06-19
sysinfo: Remove get_monotonic_boottime()
Arnd Bergmann
1
-2
/
+2
[prev]
[next]