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
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-28
watchdog: mach-moxart: add restart handler
Jonas Jensen
1
-0
/
+15
2014-01-28
watchdog: mpc8xxx_wdt convert to watchdog core
Christophe Leroy
2
-73
/
+38
2014-01-28
watchdog: sirf: Remove redundant of_match_ptr helper
Sachin Kamat
1
-1
/
+1
2014-01-28
watchdog: hpwdt patch to display informative string
Thomas Mingarelli
1
-3
/
+8
2014-01-28
watchdog: dw_wdt: remove build dependencies
Baruch Siach
2
-3
/
+2
2014-01-28
watchdog: imx2_wdt: disable watchdog timer during low power mode
Anson Huang
1
-0
/
+4
2014-01-28
watchdog: s3c2410_wdt: Report when the watchdog reset the system
Doug Anderson
1
-3
/
+37
2014-01-28
watchdog: s3c2410_wdt: use syscon regmap interface to configure pmu register
Leela Krishna Amudala
3
-10
/
+166
2014-01-28
watchdog: s3c2410_wdt: Handle rounding a little better for timeout
Doug Anderson
1
-8
/
+5
2014-01-28
watchdog: s3c2410_wdt: Only register for cpufreq on ARM_S3C24XX_CPUFREQ
Doug Anderson
1
-1
/
+1
2014-01-28
watchdog: GPIO-controlled watchdog
Alexander Shiyan
4
-0
/
+286
2014-01-28
watchdog: davinci: reuse driver for keystone arch
Ivan Khoronzhuk
3
-5
/
+13
2014-01-28
watchdog: davinci: add "timeout-sec" property
Ivan Khoronzhuk
1
-0
/
+4
2014-01-28
watchdog: davinci: add GET_TIMELEFT option support
Ivan Khoronzhuk
1
-0
/
+26
2014-01-28
watchdog: davinci: use davinci_wdt_device structure to hold device data
Ivan Khoronzhuk
1
-26
/
+48
2014-01-28
watchdog: davinci: change driver to use WDT core
Ivan Khoronzhuk
2
-112
/
+36
2014-01-28
watchdog: bcm281xx: Debugfs support
Markus Mayer
3
-4
/
+115
2014-01-28
watchdog: bcm281xx: Watchdog Driver
Markus Mayer
4
-0
/
+283
2014-01-28
watchdog: core: Make dt "timeout-sec" property work on drivers w/out min/max
Doug Anderson
1
-2
/
+2
2014-01-28
watchdog: remove DEFINE_PCI_DEVICE_TABLE macro
Jingoo Han
9
-9
/
+9
2014-01-28
Merge tag 'microblaze-3.14-rc1' of git://git.monstr.eu/linux-2.6-microblaze
Linus Torvalds
15
-52
/
+118
2014-01-28
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
21
-56
/
+344
2014-01-28
Merge tag 'cris-correction-for-3.14' of git://jni.nu/cris
Linus Torvalds
1
-0
/
+1
2014-01-28
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
5
-28
/
+22
2014-01-28
Merge tag 'nfs-for-3.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
24
-286
/
+595
2014-01-28
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
179
-3851
/
+1543
2014-01-28
CRISv10: Readd missing header
Jesper Nilsson
1
-0
/
+1
2014-01-27
Merge branch 'akpm' (incoming from Andrew)
Linus Torvalds
33
-416
/
+448
2014-01-27
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
214
-1649
/
+6171
2014-01-27
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...
Linus Torvalds
3
-9
/
+31
2014-01-27
firmware/google: drop 'select EFI' to avoid recursive dependency
Ard Biesheuvel
1
-2
/
+1
2014-01-27
compat: fix sys_fanotify_mark
Heiko Carstens
1
-2
/
+2
2014-01-27
checkpatch.pl: check for function declarations without arguments
Joe Perches
1
-0
/
+9
2014-01-27
mm/migrate.c: fix setting of cpupid on page migration twice against normal page
Wanpeng Li
1
-2
/
+0
2014-01-27
softirq: use const char * const for softirq_to_name, whitespace neatening
Joe Perches
2
-17
/
+10
2014-01-27
softirq: convert printks to pr_<level>
Joe Perches
1
-2
/
+4
2014-01-27
softirq: use ffs() in __do_softirq()
Joe Perches
1
-21
/
+22
2014-01-27
kernel/kexec.c: use vscnprintf() instead of vsnprintf() in vmcoreinfo_append_...
Chen Gang
1
-1
/
+1
2014-01-27
splice: fix unexpected size truncation
Xiao Guangrong
1
-1
/
+2
2014-01-27
ipc: fix compat msgrcv with negative msgtyp
Mateusz Guzik
1
-1
/
+1
2014-01-27
ipc,msg: document barriers
Davidlohr Bueso
1
-2
/
+17
2014-01-27
ipc: delete seq_max field in struct ipc_ids
Davidlohr Bueso
3
-12
/
+3
2014-01-27
ipc: simplify sysvipc_proc_open() return
Davidlohr Bueso
1
-5
/
+4
2014-01-27
ipc: remove useless return statement
Davidlohr Bueso
1
-4
/
+0
2014-01-27
ipc: remove braces for single statements
Davidlohr Bueso
4
-19
/
+16
2014-01-27
ipc: standardize code comments
Davidlohr Bueso
3
-139
/
+125
2014-01-27
ipc: whitespace cleanup
Manfred Spraul
11
-115
/
+115
2014-01-27
ipc: change kern_ipc_perm.deleted type to bool
Rafael Aquini
4
-6
/
+6
2014-01-27
ipc: introduce ipc_valid_object() helper to sort out IPC_RMID races
Rafael Aquini
4
-19
/
+41
2014-01-27
ipc/sem.c: avoid overflow of semop undo (semadj) value
Petr Mladek
1
-11
/
+13
[next]