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-01-12
signal: Remove unnecessary ifdefs now that there is only one struct siginfo
Eric W. Biederman
1
-4
/
+0
2018-01-12
signal/ia64: switch the last arch-specific copy_siginfo_to_user() to generic version
Eric W. Biederman
1
-4
/
+5
2018-01-12
signal: Clear si_sys_private before copying siginfo to userspace
Eric W. Biederman
1
-0
/
+3
2018-01-12
signal: Ensure no siginfo union member increases the size of struct siginfo
Eric W. Biederman
1
-0
/
+1
2018-01-12
signal: Ensure generic siginfos the kernel sends have all bits initialized
Eric W. Biederman
1
-1
/
+8
2018-01-12
signal/arm64: Document conflicts with SI_USER and SIGFPE,SIGTRAP,SIGBUS
Eric W. Biederman
1
-0
/
+4
2018-01-12
workqueue: avoid hard lockups in show_workqueue_state()
Sergey Senozhatsky
1
-0
/
+13
2018-01-12
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+2
2018-01-12
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-5
/
+0
2018-01-12
genirq/affinity: assign vectors to all possible CPUs
Christoph Hellwig
1
-15
/
+15
2018-01-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-17
/
+114
2018-01-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-4
/
+16
2018-01-11
livepatch: add locking to force and signal functions
Miroslav Benes
1
-24
/
+28
2018-01-11
livepatch: Remove immediate feature
Miroslav Benes
2
-55
/
+6
2018-01-10
bpf, array: fix overflow in max_entries and undefined behavior in index_mask
Daniel Borkmann
1
-3
/
+15
2018-01-10
bpf: arsh is not supported in 32 bit alu thus reject it
Daniel Borkmann
1
-0
/
+5
2018-01-10
bpf: fix spelling mistake: "obusing" -> "abusing"
Colin Ian King
1
-1
/
+1
2018-01-10
cgroup: make cgroup.threads delegatable
Roman Gushchin
1
-0
/
+1
2018-01-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
4
-13
/
+100
2018-01-10
bpf: export function to write into verifier log buffer
Quentin Monnet
1
-4
/
+12
2018-01-10
sched/deadline: Make bandwidth enforcement scale-invariant
Juri Lelli
3
-6
/
+24
2018-01-10
sched/cpufreq: Move arch_scale_{freq,cpu}_capacity() outside of #ifdef CONFIG_SMP
Juri Lelli
1
-3
/
+10
2018-01-10
sched/cpufreq: Remove arch_scale_freq_capacity()'s 'sd' parameter
Juri Lelli
2
-3
/
+3
2018-01-10
sched/cpufreq: Always consider all CPUs when deciding next freq
Juri Lelli
1
-6
/
+10
2018-01-10
sched/cpufreq: Split utilization signals
Juri Lelli
1
-14
/
+16
2018-01-10
sched/cpufreq: Change the worker kthread to SCHED_DEADLINE
Juri Lelli
4
-36
/
+129
2018-01-10
sched/deadline: Move CPU frequency selection triggering points
Juri Lelli
2
-9
/
+10
2018-01-10
sched/cpufreq: Use the DEADLINE utilization signal
Juri Lelli
2
-10
/
+25
2018-01-10
sched/deadline: Implement "runtime overrun signal" support
Juri Lelli
3
-2
/
+26
2018-01-10
sched/fair: Only immediately migrate tasks due to interrupts if prev and target CPUs share cache
Mel Gorman
1
-3
/
+9
2018-01-10
sched/fair: Correct obsolete comment about cpufreq_update_util()
Joel Fernandes
1
-3
/
+1
2018-01-10
sched/fair: Remove impossible condition from find_idlest_group_cpu()
Joel Fernandes
1
-1
/
+1
2018-01-10
sched/cpufreq: Don't pass flags to sugov_set_iowait_boost()
Viresh Kumar
1
-5
/
+4
2018-01-10
sched/cpufreq: Initialize sg_cpu->flags to 0
Viresh Kumar
1
-1
/
+1
2018-01-10
sched/fair: Consider RT/IRQ pressure in capacity_spare_wake()
Joel Fernandes
1
-1
/
+1
2018-01-10
sched/fair: Use 'unsigned long' for utilization, consistently
Patrick Bellasi
1
-5
/
+5
2018-01-10
sched/core: Rework and clarify prepare_lock_switch()
rodrigosiqueira
2
-45
/
+49
2018-01-10
Merge branch 'sched/urgent' into sched/core, to pick up fixes
Ingo Molnar
38
-903
/
+489
2018-01-10
membarrier: Disable preemption when calling smp_call_function_many()
Mathieu Desnoyers
1
-0
/
+2
2018-01-10
PM / sleep: Make lock/unlock_system_sleep() available to kernel modules
Bart Van Assche
1
-0
/
+29
2018-01-09
bpf: introduce BPF_JIT_ALWAYS_ON config
Alexei Starovoitov
1
-0
/
+19
2018-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
18
-57
/
+200
2018-01-09
symbol lookup: introduce dereference_symbol_descriptor()
Sergey Senozhatsky
1
-35
/
+0
2018-01-09
sections: split dereference_function_descriptor()
Sergey Senozhatsky
1
-0
/
+6
2018-01-09
bpf: prevent out-of-bounds speculation
Alexei Starovoitov
2
-11
/
+72
2018-01-08
memremap: merge find_dev_pagemap into get_dev_pagemap
Christoph Hellwig
1
-9
/
+1
2018-01-08
memremap: change devm_memremap_pages interface to use struct dev_pagemap
Christoph Hellwig
1
-30
/
+21
2018-01-08
memremap: drop private struct page_map
Logan Gunthorpe
1
-42
/
+26
2018-01-08
memremap: simplify duplicate region handling in devm_memremap_pages
Christoph Hellwig
1
-11
/
+0
2018-01-08
memremap: remove to_vmem_altmap
Christoph Hellwig
1
-26
/
+0
[prev]
[next]