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
2019-02-15
kprobe: Do not use uaccess functions to access kernel memory that can fault
Changbin Du
1
-9
/
+1
2019-02-15
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
Linus Torvalds
1
-2
/
+5
2019-02-14
Merge branch 'linus' into irq/core
Thomas Gleixner
24
-92
/
+242
2019-02-14
genirq: Fix wrong name in request_percpu_nmi() description
Julien Thierry
1
-2
/
+2
2019-02-13
Merge tag 'trace-v5.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
1
-2
/
+4
2019-02-13
dma-mapping: remove an incorrect __iommem annotation
Christoph Hellwig
1
-1
/
+1
2019-02-13
dma-mapping: add a kconfig symbol for arch_teardown_dma_ops availability
Christoph Hellwig
1
-0
/
+3
2019-02-13
dma-mapping: add a kconfig symbol for arch_setup_dma_ops availability
Christoph Hellwig
1
-0
/
+3
2019-02-13
dma-mapping: move debug configuration options to kernel/dma
Andy Shevchenko
1
-0
/
+36
2019-02-13
signal: Restore the stop PTRACE_EVENT_EXIT
Eric W. Biederman
1
-2
/
+5
2019-02-13
genirq: introduce irq_chip_mask_ack_parent()
Linus Walleij
1
-0
/
+11
2019-02-13
genirq: introduce irq_domain_translate_twocell
Brian Masney
1
-11
/
+34
2019-02-13
Merge branch 'rcu-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu
Ingo Molnar
21
-691
/
+409
2019-02-13
sched/fair: Use non-atomic cpumask_{set,clear}_cpu()
Viresh Kumar
2
-4
/
+4
2019-02-13
kprobes: Prohibit probing on lockdep functions
Masami Hiramatsu
1
-1
/
+6
2019-02-13
kprobes: Prohibit probing on RCU debug routine
Masami Hiramatsu
1
-0
/
+2
2019-02-13
kprobes: Prohibit probing on hardirq tracers
Masami Hiramatsu
2
-2
/
+12
2019-02-13
kprobes: Search non-suffixed symbol in blacklist
Masami Hiramatsu
1
-1
/
+20
2019-02-13
x86/kprobes: Prohibit probing on functions before kprobe_int3_handler()
Masami Hiramatsu
1
-0
/
+2
2019-02-13
perf/core: Fix impossible ring-buffer sizes warning
Ingo Molnar
1
-1
/
+1
2019-02-12
audit: mark expected switch fall-through
Gustavo A. R. Silva
1
-1
/
+1
2019-02-12
swiotlb: checking whether swiotlb buffer is full with io_tlb_used
Dongli Zhang
1
-0
/
+4
2019-02-12
swiotlb: add debugfs to track swiotlb buffer usage
Dongli Zhang
1
-0
/
+44
2019-02-12
swiotlb: fix comment on swiotlb_bounce()
Dongli Zhang
1
-1
/
+1
2019-02-12
bpf: offload: add priv field for drivers
Jakub Kicinski
1
-1
/
+9
2019-02-11
tracing: probeevent: Correctly update remaining space in dynamic area
Andreas Ziegler
1
-2
/
+4
2019-02-11
tracing: Change the function format to display function names by perf
Changbin Du
1
-22
/
+19
2019-02-11
bpf: fix lockdep false positive in stackmap
Alexei Starovoitov
1
-1
/
+7
2019-02-11
perf/x86: Add check_period PMU callback
Jiri Olsa
1
-0
/
+16
2019-02-11
futex: Convert futex_pi_state.refcount to refcount_t
Elena Reshetova
1
-7
/
+8
2019-02-11
Merge 5.0-rc6 into driver-core-next
Greg Kroah-Hartman
33
-144
/
+409
2019-02-11
sched/fair: Remove unused 'sd' parameter from select_idle_smt()
Viresh Kumar
1
-3
/
+3
2019-02-11
sched/fair: Prune, fix and simplify the nohz_balancer_kick() comment block
Valentin Schneider
1
-9
/
+2
2019-02-11
sched/fair: Explain LLC nohz kick condition
Valentin Schneider
1
-2
/
+7
2019-02-11
sched/fair: Simplify nohz_balancer_kick()
Valentin Schneider
1
-6
/
+2
2019-02-11
sched/topology: Fix percpu data types in struct sd_data & struct s_data
Luc Van Oostenryck
1
-1
/
+1
2019-02-11
sched/fair: Simplify post_init_entity_util_avg() by calling it with a task_struct pointer argument
Dietmar Eggemann
3
-24
/
+18
2019-02-11
sched/fair: Fix O(nr_cgroups) in the load balancing path
Vincent Guittot
1
-9
/
+34
2019-02-11
sched/fair: Optimize update_blocked_averages()
Vincent Guittot
1
-5
/
+21
2019-02-11
Merge tag 'v5.0-rc6' into sched/core, to pick up fixes
Ingo Molnar
26
-114
/
+282
2019-02-10
bpf: Add struct bpf_tcp_sock and BPF_FUNC_tcp_sock
Martin KaFai Lau
1
-2
/
+29
2019-02-10
bpf: Add a bpf_sock pointer to __sk_buff and a bpf_sk_fullsock helper
Martin KaFai Lau
1
-40
/
+92
2019-02-10
bpf: Fix narrow load on a bpf_sock returned from sk_lookup()
Martin KaFai Lau
1
-4
/
+7
2019-02-10
softirq: Don't skip softirq execution when softirq thread is parking
Matthias Kaehlcke
1
-1
/
+2
2019-02-10
kthread: Add __kthread_should_park()
Matthias Kaehlcke
1
-1
/
+7
2019-02-10
genirq: Avoid summation loops for /proc/stat
Thomas Gleixner
3
-4
/
+23
2019-02-10
Merge tag 'y2038-new-syscalls' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground into timers/2038
Thomas Gleixner
14
-157
/
+153
2019-02-10
Merge tag 'y2038-syscall-cleanup' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground into timers/2038
Thomas Gleixner
1
-0
/
+4
2019-02-10
genirq/affinity: Move allocation of 'node_to_cpumask' to irq_build_affinity_masks()
Ming Lei
1
-14
/
+13
2019-02-10
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+3
[prev]
[next]