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-08-10
PM: suspend: Fix platform_suspend_prepare_noirq()
Rafael J. Wysocki
1
-5
/
+6
2019-08-09
rcu: Add support for consolidated-RCU reader checking
Joel Fernandes (Google)
2
-33
/
+74
2019-08-09
dma-mapping: Remove dma_check_mask()
Thiago Jung Bauermann
1
-8
/
+0
2019-08-09
swiotlb: Remove call to sme_active()
Thiago Jung Bauermann
1
-2
/
+1
2019-08-09
padata: initialize pd->cpu with effective cpumask
Daniel Jordan
1
-1
/
+1
2019-08-08
ACPI: PM: s2idle: Execute LPS0 _DSM functions with suspended devices
Rafael J. Wysocki
1
-3
/
+9
2019-08-08
cpufreq: schedutil: fix equation in comment
Qais Yousef
1
-3
/
+3
2019-08-08
sched: Rework pick_next_task() slow-path
Peter Zijlstra
7
-73
/
+34
2019-08-08
sched: Allow put_prev_task() to drop rq->lock
Peter Zijlstra
7
-8
/
+32
2019-08-08
sched/fair: Expose newidle_balance()
Peter Zijlstra
2
-10
/
+12
2019-08-08
sched: Add task_struct pointer to sched_class::set_curr_task
Peter Zijlstra
7
-46
/
+48
2019-08-08
sched: Rework CPU hotplug task selection
Peter Zijlstra
2
-18
/
+15
2019-08-08
sched/{rt,deadline}: Fix set_next_task vs pick_next_task
Peter Zijlstra
2
-24
/
+24
2019-08-08
sched: Fix kerneldoc comment for ia64_set_curr_task
Peter Zijlstra
1
-1
/
+1
2019-08-08
stop_machine: Fix stop_cpus_in_progress ordering
Peter Zijlstra
1
-0
/
+2
2019-08-08
sched/fair: Fix low cpu usage with high throttling by removing expiration of cpu-local slices
Dave Chiluk
2
-69
/
+7
2019-08-08
sched: Clean up active_mm reference counting
Peter Zijlstra
1
-18
/
+29
2019-08-08
rcu/tree: Fix SCHED_FIFO params
Peter Zijlstra
1
-3
/
+3
2019-08-08
mutex: Fix up mutex_waiter usage
Peter Zijlstra
2
-15
/
+0
2019-08-08
genirq/affinity: Create affinity mask for single vector
Ming Lei
1
-4
/
+2
2019-08-07
Use kvmalloc in cgroups-v1
Marc Koderer
1
-23
/
+4
2019-08-07
irqdomain/debugfs: Use PAs to generate fwnode names
Marc Zyngier
1
-4
/
+5
2019-08-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-2
/
+2
2019-08-06
arm64: Introduce prctl() options to control the tagged user addresses ABI
Catalin Marinas
1
-0
/
+12
2019-08-06
sched/psi: Do not require setsched permission from the trigger creator
Suren Baghdasaryan
1
-1
/
+1
2019-08-06
sched/psi: Reduce psimon FIFO priority
Peter Zijlstra
1
-1
/
+1
2019-08-06
sched/deadline: Fix double accounting of rq/running bw in push & pull
Dietmar Eggemann
1
-8
/
+0
2019-08-06
locking/mutex: Use mutex flags macro instead of hard code
Mukesh Ojha
1
-1
/
+1
2019-08-06
locking/mutex: Make __mutex_owner static to mutex.c
Mukesh Ojha
2
-0
/
+41
2019-08-06
locking/rwsem: Check for operations on an uninitialized rwsem
Davidlohr Bueso
1
-4
/
+18
2019-08-06
locking/rwsem: Make handoff writer optimistically spin on owner
Waiman Long
1
-6
/
+26
2019-08-05
MODSIGN: Export module signature definitions
Thiago Jung Bauermann
4
-48
/
+56
2019-08-05
PM/sleep: Expose suspend stats in sysfs
Kalesh Singh
1
-2
/
+95
2019-08-03
memremap: move from kernel/ to mm/
Christoph Hellwig
2
-406
/
+0
2019-08-03
kernel/signal.c: fix a kernel-doc markup
Mauro Carvalho Chehab
1
-1
/
+1
2019-08-02
Merge tag 'arm-swiotlb-5.3' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-2
/
+11
2019-08-02
Merge tag 'dma-mapping-5.3-3' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-3
/
+5
2019-08-01
rcutorture: Aggressive forward-progress tests shouldn't block shutdown
Paul E. McKenney
1
-1
/
+16
2019-08-01
rcuperf: Make rcuperf kernel test more robust for !expedited mode
Joel Fernandes (Google)
1
-0
/
+8
2019-08-01
torture: Remove exporting of internal functions
Denis Efremov
1
-2
/
+0
2019-08-01
rcutorture: Emulate userspace sojourn during call_rcu() floods
Paul E. McKenney
1
-5
/
+7
2019-08-01
rcuperf: Fix perf_type module-parameter description
Xiao Yang
1
-1
/
+1
2019-08-01
rcu: Remove redundant debug_locks check in rcu_read_lock_sched_held()
Joel Fernandes (Google)
1
-5
/
+1
2019-08-01
treewide: Rename rcu_dereference_raw_notrace() to _check()
Joel Fernandes (Google)
2
-6
/
+6
2019-08-01
rcu: Change return type of rcu_spawn_one_boost_kthread()
Byungchul Park
1
-9
/
+11
2019-08-01
srcu: Avoid srcutorture security-based pointer obfuscation
Paul E. McKenney
2
-23
/
+3
2019-08-01
rcu: Add destroy_work_on_stack() to match INIT_WORK_ONSTACK()
Paul E. McKenney
1
-1
/
+5
2019-08-01
rcu: Add kernel parameter to dump trace after RCU CPU stall warning
Paul E. McKenney
3
-0
/
+7
2019-08-01
rcu: Restore barrier() to rcu_read_lock() and rcu_read_unlock()
Paul E. McKenney
1
-11
/
+0
2019-08-01
time/tick-broadcast: Fix tick_broadcast_offline() lockdep complaint
Paul E. McKenney
1
-8
/
+49
[prev]
[next]