index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2019-09-17
13
-86
/
+223
|
\
|
*
posix-cpu-timers: Always clear head pointer on dequeue
Thomas Gleixner
2019-09-05
1
-6
/
+3
|
*
posix-timers: Unbreak CONFIG_POSIX_TIMERS=n build
Thomas Gleixner
2019-08-29
1
-0
/
+1
|
*
hrtimer: Add kernel doc annotation for HRTIMER_MODE_HARD
Sebastian Andrzej Siewior
2019-08-28
1
-0
/
+2
|
*
posix-cpu-timers: Utilize timerqueue for storage
Thomas Gleixner
2019-08-28
2
-16
/
+59
|
*
posix-cpu-timers: Move state tracking to struct posix_cputimers
Thomas Gleixner
2019-08-28
3
-9
/
+14
|
*
posix-cpu-timers: Get rid of zero checks
Thomas Gleixner
2019-08-28
1
-2
/
+5
|
*
posix-cpu-timers: Switch thread group sampling to array
Thomas Gleixner
2019-08-28
1
-1
/
+1
|
*
posix-cpu-timers: Restructure expiry array
Thomas Gleixner
2019-08-28
1
-14
/
+27
|
*
posix-cpu-timers: Remove cputime_expires
Thomas Gleixner
2019-08-28
1
-7
/
+2
|
*
posix-cpu-timers: Remove the odd field rename defines
Thomas Gleixner
2019-08-28
1
-15
/
+0
|
*
posix-cpu-timers: Provide array based access to expiry cache
Thomas Gleixner
2019-08-28
2
-8
/
+20
|
*
posix-cpu-timers: Move expiry cache into struct posix_cputimers
Thomas Gleixner
2019-08-28
3
-11
/
+22
|
*
sched: Move struct task_cputime to types.h
Thomas Gleixner
2019-08-28
2
-16
/
+24
|
*
posix-cpu-timers: Create a container struct
Thomas Gleixner
2019-08-28
4
-14
/
+40
|
*
posix-cpu-timers: Rename thread_group_cputimer() and make it static
Thomas Gleixner
2019-08-28
1
-1
/
+0
|
*
posix-cpu-timers: Provide quick sample function for itimer
Thomas Gleixner
2019-08-28
1
-1
/
+1
|
*
clocksource/drivers/hyperv: Enable TSC page clocksource on 32bit
Vitaly Kuznetsov
2019-08-23
1
-5
/
+3
|
*
clocksource/drivers/hyperv: Add Hyper-V specific sched clock function
Tianyu Lan
2019-08-23
1
-0
/
+1
|
*
posix-cpu-timers: Remove tsk argument from run_posix_cpu_timers()
Thomas Gleixner
2019-08-21
1
-1
/
+1
|
*
alarmtimers: Avoid rtc.h include
Thomas Gleixner
2019-08-20
1
-1
/
+2
|
*
posix-timers: Cleanup forward declarations and includes
Thomas Gleixner
2019-08-20
1
-3
/
+2
|
*
posix-timers: Move rcu_head out of it union
Sebastian Andrzej Siewior
2019-08-01
1
-2
/
+3
|
*
timers: Prepare support for PREEMPT_RT
Anna-Maria Gleixner
2019-08-01
1
-1
/
+1
|
*
hrtimer: Prepare support for PREEMPT_RT
Anna-Maria Gleixner
2019-08-01
1
-0
/
+16
|
*
hrtimer: Make enqueue mode check work on RT
Thomas Gleixner
2019-08-01
1
-0
/
+3
|
*
hrtimer: Introduce HARD expiry mode
Sebastian Andrzej Siewior
2019-08-01
1
-0
/
+6
|
*
hrtimer: Provide hrtimer_sleeper_start_expires()
Thomas Gleixner
2019-08-01
1
-0
/
+3
|
*
hrtimer: Consolidate hrtimer_init() + hrtimer_init_sleeper() calls
Sebastian Andrzej Siewior
2019-08-01
2
-5
/
+16
|
*
hrtimer: Remove task argument from hrtimer_init_sleeper()
Thomas Gleixner
2019-07-30
2
-3
/
+2
|
*
lib/timerqueue: Rely on rbtree semantics for next timer
Davidlohr Bueso
2019-07-24
1
-7
/
+6
*
|
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2019-09-17
4
-4
/
+41
|
\
\
|
*
\
Merge tag 'irqchip-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...
Thomas Gleixner
2019-09-06
3
-4
/
+37
|
|
\
\
|
|
*
|
irqchip: Add include guard to irq-partition-percpu.h
Masahiro Yamada
2019-08-20
1
-0
/
+5
|
|
*
|
irqchip/gic-v3: Warn about inconsistent implementations of extended ranges
Marc Zyngier
2019-08-20
1
-0
/
+1
|
|
*
|
irqchip/gic-v3: Add EPPI range support
Marc Zyngier
2019-08-20
1
-0
/
+12
|
|
*
|
irqchip/gic-v3: Add ESPI range support
Marc Zyngier
2019-08-20
1
-1
/
+16
|
|
*
|
irqdomain/debugfs: Use PAs to generate fwnode names
Marc Zyngier
2019-08-07
1
-3
/
+3
|
*
|
|
genirq: Force interrupt threading on RT
Thomas Gleixner
2019-08-19
1
-0
/
+4
*
|
|
|
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2019-09-17
2
-9
/
+55
|
\
\
\
\
|
*
|
|
|
cpu/hotplug: Cache number of online CPUs
Thomas Gleixner
2019-07-25
1
-9
/
+16
|
*
|
|
|
cpumask: Implement cpumask_or_equal()
Thomas Gleixner
2019-07-25
2
-0
/
+37
|
*
|
|
|
smp/hotplug: Track booted once CPUs in a cpumask
Thomas Gleixner
2019-07-25
1
-0
/
+2
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge tag 'platform-drivers-x86-v5.4-1' of git://git.infradead.org/linux-plat...
Linus Torvalds
2019-09-17
1
-2
/
+6
|
\
\
\
\
|
*
|
|
|
platform/x86: asus-wmi: Rename CHARGE_THRESHOLD to RSOC
Kristian Klausen
2019-09-09
1
-1
/
+1
|
*
|
|
|
platform/x86: asus-wmi: Reorder ASUS_WMI_CHARGE_THRESHOLD
Kristian Klausen
2019-09-09
1
-1
/
+3
|
*
|
|
|
platform/x86: asus-wmi: Add support for charge threshold
Kristian Klausen
2019-08-16
1
-0
/
+1
|
*
|
|
|
platform/x86: asus-wmi: fix CPU fan control on recent products
Daniel Drake
2019-07-30
1
-0
/
+1
|
*
|
|
|
platform/x86: asus-wmi: cleanup AGFN fan handling
Daniel Drake
2019-07-30
1
-2
/
+2
*
|
|
|
|
Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2019-09-17
1
-1
/
+1
|
\
\
\
\
\
[next]