index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
trace_output.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-03-31
clocksource/drivers/sun5i: Add clock notifiers
Maxime Ripard
1
-2
/
+64
2015-03-31
clocksource/drivers/sun5i: Refactor the current code
Maxime Ripard
1
-65
/
+166
2015-03-31
clocksource/drivers/sun5i: Use of_io_request_and_map()
Maxime Ripard
1
-1
/
+1
2015-03-31
clocksource/drivers/sun5i: Switch to request_irq()
Maxime Ripard
1
-8
/
+2
2015-03-31
clocksource/drivers/arm_arch_timer: Rename 'arch_timer_probed()' to 'arch_tim...
Laurent Pinchart
1
-6
/
+6
2015-03-31
clocksource/drivers/at91: Fix IO endianness
Ben Dooks
1
-2
/
+2
2015-03-31
clocksource/drivers/sun4i-timer: Only register a sched_clock on sun4i and sun5i
Hans de Goede
1
-1
/
+9
2015-03-31
clocksource/drivers/tegra: Fix IO endianness
Dmitry Osipenko
1
-2
/
+2
2015-03-31
clocksource/drivers/dw_apb_timers_of: Fix IO endianness causing time jumps
Ben Dooks
1
-1
/
+1
2015-03-31
clocksource/drivers/efm32: Use CLOCK_EVT_FEAT_PERIODIC for defining features
Viresh Kumar
1
-1
/
+1
2015-03-30
Linux 4.0-rc6
v4.0-rc6
Linus Torvalds
1
-1
/
+1
2015-03-29
arm64: juno: Fix misleading name of UART reference clock
Dave Martin
1
-1
/
+1
2015-03-27
clockevents: Don't validate dev->mode against CLOCK_EVT_MODE_UNUSED for new i...
Viresh Kumar
1
-1
/
+2
2015-03-27
clockevents: Manage device's state separately for the core
Viresh Kumar
7
-85
/
+111
2015-03-27
clockevents: Handle tick device's resume separately
Viresh Kumar
6
-15
/
+28
2015-03-27
time: Add ktime_get_tai_ns()
Peter Zijlstra
1
-0
/
+5
2015-03-27
time: Introduce tk_fast_raw
Peter Zijlstra
2
-0
/
+14
2015-03-27
time: Parametrize all tk_fast_mono users
Peter Zijlstra
1
-10
/
+15
2015-03-27
time: Add timerkeeper::tkr_raw
Peter Zijlstra
2
-24
/
+21
2015-03-27
time: Rename timekeeper::tkr to timekeeper::tkr_mono
Peter Zijlstra
7
-126
/
+126
2015-03-27
watchdog: imgpdc: Fix default heartbeat
James Hogan
1
-3
/
+3
2015-03-27
watchdog: imgpdc: Fix probe NULL pointer dereference
James Hogan
1
-1
/
+1
2015-03-27
watchdog: mtk_wdt: signedness bug in mtk_wdt_start()
Dan Carpenter
1
-1
/
+1
2015-03-27
timers, sched/clock: Clean up the code a bit
Ingo Molnar
1
-51
/
+56
2015-03-27
timers, sched/clock: Avoid deadlock during read from NMI
Daniel Thompson
1
-35
/
+68
2015-03-27
timers, sched/clock: Remove redundant notrace from update function
Daniel Thompson
1
-1
/
+1
2015-03-27
timers, sched/clock: Remove suspend from clock_read_data()
Daniel Thompson
1
-15
/
+25
2015-03-27
timers, sched/clock: Optimize cache line usage
Daniel Thompson
1
-35
/
+77
2015-03-27
timers, sched/clock: Match scope of read and write seqcounts
Daniel Thompson
1
-15
/
+11
2015-03-26
drm/i915: Fixup legacy plane->crtc link for initial fb config
Daniel Vetter
1
-0
/
+2
2015-03-26
drm/i915: Fix atomic state when reusing the firmware fb
Damien Lespiau
1
-2
/
+9
2015-03-26
ALSA: hda - Add one more node in the EAPD supporting candidate list
Hui Wang
1
-1
/
+1
2015-03-26
clocksource/drivers/sun5i: Fix cpufreq interaction with sched_clock()
Maxime Ripard
1
-7
/
+0
2015-03-26
clocksource/drivers: Fix various !CONFIG_HAS_IOMEM build errors
Richard Weinberger
1
-0
/
+3
2015-03-26
drm/i915: Keep ring->active_list and ring->requests_list consistent
Chris Wilson
1
-17
/
+21
2015-03-26
ALSA: hda_intel: apply the Seperate stream_tag for Sunrise Point
Libin Yang
1
-1
/
+1
2015-03-26
ARC: signal handling robustify
Vineet Gupta
1
-4
/
+16
2015-03-26
ARC: SA_SIGINFO ucontext regs off-by-one
Vineet Gupta
1
-2
/
+2
2015-03-26
mm: numa: mark huge PTEs young when clearing NUMA hinting faults
Mel Gorman
1
-0
/
+1
2015-03-26
mm: numa: slow PTE scan rate if migration failures occur
Mel Gorman
4
-8
/
+15
2015-03-26
mm: numa: preserve PTE write permissions across a NUMA hinting fault
Mel Gorman
3
-6
/
+14
2015-03-26
mm: numa: group related processes based on VMA flags instead of page table flags
Mel Gorman
2
-19
/
+13
2015-03-26
hfsplus: fix B-tree corruption after insertion at position 0
Sergei Antonov
1
-9
/
+11
2015-03-26
MAINTAINERS: add Jan as DMI/SMBIOS support maintainer
Jean Delvare
1
-0
/
+7
2015-03-26
fs/affs/file.c: unlock/release page on error
Taesoo Kim
1
-7
/
+12
2015-03-26
mm/page_alloc.c: call kernel_map_pages in unset_migrateype_isolate
Laura Abbott
1
-0
/
+1
2015-03-26
mm/slub: fix lockups on PREEMPT && !SMP kernels
Mark Rutland
1
-2
/
+4
2015-03-26
mm/memory hotplug: postpone the reset of obsolete pgdat
Gu Zheng
1
-9
/
+4
2015-03-26
MAINTAINERS: correct rtc armada38x pattern entry
Joe Perches
1
-1
/
+1
2015-03-26
mm/pagewalk.c: prevent positive return value of walk_page_test() from being p...
Naoya Horiguchi
1
-1
/
+8
[next]