index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-03
drivers/rtc/mxc: Modify rtc_update_alarm() not to touch the alarm time
Xunlei Pang
1
-18
/
+4
2015-04-03
drivers/rtc/mc13xxx: Update driver to address y2038/y2106 issues
Xunlei Pang
1
-18
/
+14
2015-04-03
drivers/rtc/ab3100: Update driver to address y2038/y2106 issues
Xunlei Pang
1
-28
/
+27
2015-04-03
drivers/rtc/test: Update driver to address y2038/y2106 issues
Xunlei Pang
1
-2
/
+17
2015-04-03
drivers/rtc: Provide y2038 safe rtc_class_ops.set_mmss() replacement
Xunlei Pang
2
-2
/
+11
2015-04-03
ARM, clocksource/drivers: Provide read_boot_clock64() and read_persistent_clo...
Xunlei Pang
1
-9
/
+1
2015-04-03
clocksource/drivers/tegra: Provide y2038-safe tegra_read_persistent_clock() r...
Xunlei Pang
1
-7
/
+14
2015-04-03
time: Add y2038 safe update_persistent_clock64()
Xunlei Pang
1
-1
/
+1
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-31
Merge tag 'v4.0-rc6' into timers/core, before applying new patches
Ingo Molnar
412
-4207
/
+5317
2015-03-28
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-7
/
+3
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-26
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
3
-34
/
+35
2015-03-26
Merge tag 'dm-4.0-fix-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dev...
Linus Torvalds
1
-10
/
+16
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
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-25
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-8
/
+9
2015-03-25
drivers/rtc/rtc-mrst: fix suspend/resume
Lars-Peter Clausen
1
-8
/
+9
2015-03-25
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-4
/
+5
2015-03-24
Merge branch 'for-4.0-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
3
-4
/
+6
2015-03-24
Merge tag 'mfd-fixes-4.0' of git://git.kernel.org/pub/scm/linux/kernel/git/le...
Linus Torvalds
2
-7
/
+25
2015-03-25
drm/i915: Don't try to reference the fb in get_initial_plane_config()
Damien Lespiau
1
-4
/
+3
2015-03-24
Merge tag 'spi-v4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...
Linus Torvalds
3
-8
/
+12
2015-03-24
Merge tag 'regulator-fix-v4.0-rc5' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+4
2015-03-24
Merge tag 'regmap-fix-v4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
3
-26
/
+30
2015-03-24
Merge remote-tracking branches 'spi/fix/dw', 'spi/fix/queue' and 'spi/fix/qup...
Mark Brown
3
-8
/
+12
2015-03-24
drm: Fixup racy refcounting in plane_force_disable
Daniel Vetter
1
-12
/
+1
2015-03-23
dm: fix add_disk() NULL pointer due to race with free_dev()
Mike Snitzer
1
-10
/
+16
2015-03-23
Merge remote-tracking branches 'regulator/fix/doc' and 'regulator/fix/palmas'...
Mark Brown
1
-0
/
+4
2015-03-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
6
-52
/
+161
2015-03-23
NVMe: Initialize device list head before starting
Keith Busch
1
-0
/
+1
2015-03-22
Merge tag 'md/4.0-rc4-fix' of git://neil.brown.name/md
Linus Torvalds
2
-3
/
+2
2015-03-22
Merge tag 'char-misc-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-183
/
+3
2015-03-22
Merge tag 'staging-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-17
/
+17
2015-03-22
Merge tag 'tty-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-3
/
+12
2015-03-22
Merge tag 'usb-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
33
-719
/
+124
[next]