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
2017-08-20
bpf: fix double free from dev_map_notification()
Daniel Borkmann
1
-7
/
+5
2017-08-20
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-8
/
+39
2017-08-20
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-4
/
+10
2017-08-20
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-0
/
+60
2017-08-20
Merge branch 'fortglx/4.14/time' of https://git.linaro.org/people/john.stultz/linux into timers/core
Thomas Gleixner
2
-3
/
+10
2017-08-20
genirq/ipi: Fixup checks against nr_cpu_ids
Alexey Dobriyan
1
-2
/
+2
2017-08-19
bpf: inline map in map lookup functions for array and htab
Daniel Borkmann
2
-0
/
+43
2017-08-19
bpf: make htab inlining more robust wrt assumptions
Daniel Borkmann
1
-1
/
+5
2017-08-19
bpf: Allow selecting numa node during map creation
Martin KaFai Lau
7
-21
/
+55
2017-08-18
bpf: Fix map-in-map checking in the verifier
Martin KaFai Lau
1
-0
/
+1
2017-08-18
signal: don't remove SIGNAL_UNKILLABLE for traced tasks.
Jamie Iles
1
-1
/
+5
2017-08-18
kmod: fix wait on recursive loop
Luis R. Rodriguez
1
-2
/
+23
2017-08-18
bpf: fix a return in sockmap_get_from_fd()
Dan Carpenter
1
-2
/
+2
2017-08-18
cpuset: Allow v2 behavior in v1 cgroup
Waiman Long
1
-13
/
+20
2017-08-18
cgroup: Add mount flag to enable cpuset to use v2 behavior in v1 cgroup
Waiman Long
1
-0
/
+6
2017-08-18
posix-cpu-timers: Use dedicated helper to access rlimit values
Krzysztof Opasiak
1
-8
/
+6
2017-08-18
kernel/watchdog: Prevent false positives with turbo modes
Thomas Gleixner
2
-0
/
+60
2017-08-18
genirq: Restore trigger settings in irq_modify_status()
Marc Zyngier
1
-2
/
+8
2017-08-18
Merge branch 'irq/for-gpio' into irq/core
Thomas Gleixner
3
-30
/
+313
2017-08-18
irqdomain: Add irq_domain_{push,pop}_irq() functions
David Daney
1
-0
/
+169
2017-08-18
irqdomain: Check for NULL function pointer in irq_domain_free_irqs_hierarchy()
David Daney
1
-1
/
+2
2017-08-18
irqdomain: Factor out code to add and remove items to and from the revmap
David Daney
1
-29
/
+29
2017-08-18
genirq: Add handle_fasteoi_{level,edge}_irq flow handlers
David Daney
2
-0
/
+110
2017-08-18
genirq: Export more irq_chip_*_parent() functions
David Daney
1
-0
/
+3
2017-08-18
genirq/proc: Use the the accessor to report the effective affinity
Marc Zyngier
1
-1
/
+1
2017-08-18
genirq/debugfs: Triggering of interrupts from userspace
Marc Zyngier
1
-1
/
+49
2017-08-18
ACPI / PM: Check low power idle constraints for debug only
Srinivas Pandruvada
1
-1
/
+1
2017-08-18
cpufreq: schedutil: Always process remote callback with slow switching
Viresh Kumar
1
-2
/
+7
2017-08-18
cpufreq: schedutil: Don't restrict kthread to related_cpus unnecessarily
Viresh Kumar
1
-1
/
+5
2017-08-17
Revert "pstore: Honor dmesg_restrict sysctl on dmesg dumps"
Kees Cook
1
-2
/
+1
2017-08-17
alarmtimer: Fix unavailable wake-up source in sysfs
Geert Uytterhoeven
1
-2
/
+9
2017-08-17
timekeeping: Use proper timekeeper for debug code
Stafford Horne
1
-1
/
+1
2017-08-17
bpf: don't enable preemption twice in smap_do_verdict
Daniel Borkmann
1
-1
/
+2
2017-08-17
bpf: fix liveness propagation to parent in spilled stack slots
Daniel Borkmann
1
-1
/
+1
2017-08-17
Merge branches 'doc.2017.08.17a', 'fixes.2017.08.17a', 'hotplug.2017.07.25b', 'misc.2017.08.17a', 'spin_unlock_wait_no.2017.08.17a', 'srcu.2017.07.27c' and 'torture.2017.07.24c' into HEAD
Paul E. McKenney
26
-798
/
+573
2017-08-17
locking: Remove spin_unlock_wait() generic definitions
Paul E. McKenney
1
-117
/
+0
2017-08-17
exit: Replace spin_unlock_wait() with lock/unlock pair
Paul E. McKenney
1
-1
/
+2
2017-08-17
completion: Replace spin_unlock_wait() with lock/unlock pair
Paul E. McKenney
1
-7
/
+4
2017-08-17
membarrier: Provide expedited private command
Mathieu Desnoyers
5
-71
/
+178
2017-08-17
rcu: Remove exports from rcu_idle_exit() and rcu_idle_enter()
Paul E. McKenney
1
-2
/
+0
2017-08-17
rcu: Add warning to rcu_idle_enter() for irqs enabled
Paul E. McKenney
1
-1
/
+2
2017-08-17
rcu: Make rcu_idle_enter() rely on callers disabling irqs
Peter Zijlstra (Intel)
1
-4
/
+1
2017-08-17
rcu: Add assertions verifying blocked-tasks list
Paul E. McKenney
2
-2
/
+11
2017-08-17
rcu/tracing: Set disable_rcu_irq_enter on rcu_eqs_exit()
Masami Hiramatsu
1
-0
/
+2
2017-08-17
rcu: Add TPS() protection for _rcu_barrier_trace strings
Paul E. McKenney
1
-12
/
+15
2017-08-17
rcu: Use idle versions of swait to make idle-hack clear
Luis R. Rodriguez
1
-6
/
+5
2017-08-17
rcu: Add event tracing to ->gp_tasks update at GP start
Paul E. McKenney
1
-1
/
+8
2017-08-17
rcu: Move rcu.h to new trivial-function style
Paul E. McKenney
1
-108
/
+20
2017-08-17
rcu: Add TPS() to event-traced strings
Paul E. McKenney
1
-6
/
+6
2017-08-17
rcu: Create reasonable API for do_exit() TASKS_RCU processing
Paul E. McKenney
2
-6
/
+19
[prev]
[next]