index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-09
sched/cpuacct: Merge cpuacct_usage_index and cpuacct_stat_index enums
Zhao Lei
1
-27
/
+20
2016-07-09
bpf: introduce bpf_get_current_task() helper
Alexei Starovoitov
1
-0
/
+13
2016-07-08
Merge back earlier suspend/hibernation changes for v4.8.
Rafael J. Wysocki
10
-95
/
+149
2016-07-08
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-22
/
+20
2016-07-08
Merge branch 'x86/mm' into x86/boot, to pick up dependencies
Ingo Molnar
19
-176
/
+277
2016-07-07
Merge branch 'timers/fast-wheel' into timers/core
Ingo Molnar
29
-692
/
+1077
2016-07-07
timers: Implement optimization for same expiry time in mod_timer()
Anna-Maria Gleixner
1
-16
/
+35
2016-07-07
timers: Split out index calculation
Anna-Maria Gleixner
1
-15
/
+32
2016-07-07
timers: Only wake softirq if necessary
Thomas Gleixner
1
-0
/
+11
2016-07-07
timers: Forward the wheel clock whenever possible
Thomas Gleixner
3
-21
/
+120
2016-07-07
timers/nohz: Remove pointless tick_nohz_kick_tick() function
Thomas Gleixner
1
-32
/
+1
2016-07-07
timers: Optimize collect_expired_timers() for NOHZ
Anna-Maria Gleixner
1
-8
/
+41
2016-07-07
timers: Move __run_timers() function
Anna-Maria Gleixner
1
-26
/
+26
2016-07-07
timers: Remove set_timer_slack() leftovers
Thomas Gleixner
1
-19
/
+0
2016-07-07
timers: Switch to a non-cascading wheel
Thomas Gleixner
1
-362
/
+467
2016-07-07
timers: Give a few structs and members proper names
Thomas Gleixner
1
-59
/
+59
2016-07-07
signals: Use hrtimer for sigtimedwait()
Thomas Gleixner
1
-14
/
+10
2016-07-07
timers: Remove the deprecated mod_timer_pinned() API
Thomas Gleixner
1
-34
/
+5
2016-07-07
timers: Make 'pinned' a timer property
Thomas Gleixner
1
-5
/
+5
2016-07-07
Merge branch 'locking/arch-atomic' into locking/core, because the topic is ready
Ingo Molnar
3
-4
/
+4
2016-07-07
locking/static_keys: Fix non static symbol Sparse warning
Wei Yongjun
1
-1
/
+1
2016-07-07
Merge branch 'perf/urgent' into perf/core, to pick up fixes before merging ne...
Ingo Molnar
7
-114
/
+139
2016-07-07
perf/core: Fix pmu::filter_match for SW-led groups
Mark Rutland
1
-1
/
+22
2016-07-06
xen: add steal_clock support on x86
Juergen Gross
1
-10
/
+0
2016-07-05
ftrace: Reduce size of function graph entries
Namhyung Kim
2
-2
/
+13
2016-07-05
tracing: Have HIST_TRIGGERS select TRACING
Tom Zanussi
1
-0
/
+1
2016-07-05
tracing: Using for_each_set_bit() to simplify trace_pid_write()
Wei Yongjun
1
-6
/
+2
2016-07-05
tick/broadcast-hrtimer: Set name of the ce_broadcast_hrtimer
Jisheng Zhang
1
-0
/
+1
2016-07-05
ftrace: Move toplevel init out of ftrace_init_tracefs()
Steven Rostedt (Red Hat)
3
-6
/
+14
2016-07-04
genirq/msi: Fix broken debug output
Thomas Gleixner
1
-0
/
+1
2016-07-04
Merge back earlier cpufreq material for v4.8.
Rafael J. Wysocki
1
-34
/
+9
2016-07-04
Merge branch 'irq/for-block' into irq/core
Thomas Gleixner
34
-245
/
+543
2016-07-04
genirq: Add a helper to spread an affinity mask for MSI/MSI-X vectors
Christoph Hellwig
2
-0
/
+62
2016-07-04
genirq/msi: Make use of affinity aware allocations
Thomas Gleixner
1
-1
/
+1
2016-07-04
genirq: Use affinity hint in irqdesc allocation
Thomas Gleixner
1
-12
/
+39
2016-07-04
genirq: Add affinity hint to irq allocation
Thomas Gleixner
5
-17
/
+29
2016-07-04
genirq: Introduce IRQD_AFFINITY_MANAGED flag
Thomas Gleixner
3
-4
/
+21
2016-07-04
genirq/msi: Remove unused MSI_FLAG_IDENTITY_MAP
Thomas Gleixner
1
-6
/
+2
2016-07-02
PM / hibernate: Recycle safe pages after image restoration
Rafael J. Wysocki
1
-2
/
+38
2016-07-02
PM / hibernate: Simplify mark_unsafe_pages()
Rafael J. Wysocki
1
-39
/
+25
2016-07-02
PM / hibernate: Do not free preallocated safe pages during image restore
Rafael J. Wysocki
1
-28
/
+38
2016-07-02
PM / suspend: show workqueue state in suspend flow
Roger Lu
2
-2
/
+5
2016-07-01
cgroup: bpf: Add bpf_skb_in_cgroup_proto
Martin KaFai Lau
1
-1
/
+7
2016-07-01
cgroup: bpf: Add BPF_MAP_TYPE_CGROUP_ARRAY
Martin KaFai Lau
3
-1
/
+47
2016-07-01
cgroup: Add cgroup_get_from_fd
Martin KaFai Lau
1
-0
/
+35
2016-07-01
bpf: refactor bpf_prog_get and type check into helper
Daniel Borkmann
1
-8
/
+19
2016-07-01
bpf: generally move prog destruction to RCU deferral
Daniel Borkmann
3
-14
/
+5
2016-07-01
timers/nohz: Capitalize 'CPU' consistently
Ingo Molnar
1
-21
/
+21
2016-07-01
timers/nohz: Fix several typos
Wei Jiangang
1
-5
/
+5
2016-06-30
cred: Reject inodes with invalid ids in set_create_file_as()
Seth Forshee
1
-0
/
+2
[prev]
[next]