index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-07
fs/proc/task_mmu.c: replace seq_printf by seq_puts
Fabian Frederick
1
-4
/
+4
2014-06-07
signals: change wait_for_helper() to use kernel_sigaction()
Oleg Nesterov
1
-4
/
+1
2014-06-07
signals: introduce kernel_sigaction()
Oleg Nesterov
2
-26
/
+28
2014-06-07
signals: disallow_signal() should flush the potentially pending signal
Oleg Nesterov
1
-0
/
+7
2014-06-07
signals: kill the obsolete sigdelset() and recalc_sigpending() in allow_signal()
Oleg Nesterov
1
-4
/
+1
2014-06-07
signals: jffs2: fix the wrong usage of disallow_signal()
Oleg Nesterov
1
-5
/
+7
2014-06-07
signals: mv {dis,}allow_signal() from sched.h/exit.c to signal.[ch]
Oleg Nesterov
4
-42
/
+31
2014-06-07
signals: cleanup the usage of t/current in do_sigaction()
Oleg Nesterov
1
-8
/
+7
2014-06-07
signals: rename rm_from_queue_full() to flush_sigqueue_mask()
Oleg Nesterov
1
-11
/
+8
2014-06-07
signals: kill rm_from_queue(), change prepare_signal() to use for_each_thread()
Oleg Nesterov
1
-33
/
+10
2014-06-07
signals: s/siginitset/sigemptyset/ in do_sigtimedwait()
Oleg Nesterov
1
-1
/
+1
2014-06-07
signals: kill sigfindinword()
Oleg Nesterov
3
-20
/
+0
2014-06-07
ptrace: task_clear_jobctl_trapping()->wake_up_bit() needs mb()
Oleg Nesterov
1
-0
/
+1
2014-06-07
ptrace: fix fork event messages across pid namespaces
Matthew Dempsky
2
-3
/
+39
2014-06-07
Documentation/memory-barriers.txt: fix important typo re memory barriers
Alexey Dobriyan
1
-2
/
+2
2014-06-07
Documentation/filesystems/seq_file.txt: create_proc_entry deprecated
Fabian Frederick
1
-0
/
+9
2014-06-07
Documentation/SubmittingPatches: describe the Fixes: tag
Jacob Keller
1
-1
/
+21
2014-06-07
fs/fat/inode.c: clean up string initializations (char[] instead of char *)
Manuel Schölling
1
-1
/
+1
2014-06-07
fs/fat/: add support for DOS 1.x formatted volumes
Conrad Meyer
3
-77
/
+274
2014-06-07
fs/hpfs: increase pr_warn level
Fabian Frederick
8
-47
/
+47
2014-06-07
fs/hpfs: use __func__ for logging
Fabian Frederick
2
-12
/
+12
2014-06-07
fs/hpfs: use pr_fmt for logging
Fabian Frederick
10
-51
/
+56
2014-06-07
fs/hpfs: convert printk to pr_foo()
Fabian Frederick
10
-67
/
+89
2014-06-07
fs/ufs/balloc.c: remove err parameter in ufs_add_fragments
Fabian Frederick
1
-3
/
+3
2014-06-07
hfsplus: fix compiler warning on PowerPC
Christian Kujau
1
-1
/
+1
2014-06-07
fs/hfsplus: fix pr_foo() and hfs_dbg formats
Fabian Frederick
3
-6
/
+6
2014-06-07
hfsplus: coding style fix for declarations in hfsplus_fs.h
Sergei Antonov
1
-96
/
+107
2014-06-07
fs/hfsplus/wrapper.c: replace shift loop by ilog2
Fabian Frederick
1
-3
/
+1
2014-06-07
hfsplus: fix "unused node is not erased" error
Sergei Antonov
6
-7
/
+28
2014-06-07
fs/hfsplus/wrapper.c: replace min/casting by min_t
Fabian Frederick
1
-3
/
+3
2014-06-07
fs/hfsplus/options.c: replace seq_printf by seq_puts
Fabian Frederick
1
-5
/
+4
2014-06-07
fs/hfsplus/bnode.c: replace min/casting by min_t
Fabian Frederick
1
-17
/
+15
2014-06-07
hfsplus: emit proper file type from readdir
Sergei Antonov
1
-1
/
+19
2014-06-07
hfsplus: remove unused routine hfsplus_attr_build_key_uni
Hin-Tak Leung
2
-28
/
+0
2014-06-07
hfsplus: correct usage of HFSPLUS_ATTR_MAX_STRLEN for non-English attributes
Hin-Tak Leung
5
-66
/
+94
2014-06-07
hfsplus: fix worst-case unicode to char conversion of file names and attributes
Hin-Tak Leung
2
-5
/
+21
2014-06-07
fs/coda: use __func__
Fabian Frederick
5
-33
/
+34
2014-06-07
fs/coda: logging prefix uniformization
Fabian Frederick
5
-8
/
+14
2014-06-07
fs/coda: replace printk by pr_foo()
Fabian Frederick
6
-47
/
+48
2014-06-07
fs/befs: kernel-doc fixes
Fabian Frederick
3
-11
/
+11
2014-06-07
fs/befs/linuxvfs.c: remove positive test on sector_t
Fabian Frederick
1
-8
/
+0
2014-06-07
fs/befs/btree.c: replace strncpy by strlcpy + coding style fixing
Fabian Frederick
1
-4
/
+3
2014-06-07
fs/befs/linuxvfs.c: replace strncpy by strlcpy
Fabian Frederick
1
-3
/
+2
2014-06-07
drivers/rtc/rtc-pxa.c: make of_device_id array const
Jingoo Han
1
-1
/
+1
2014-06-07
drivers/rtc/rtc-sa1100.c: make of_device_id array const
Jingoo Han
1
-1
/
+1
2014-06-07
drivers/rtc/rtc-omap.c: enable RTC_IRQWAKEEN bits when Alarm is set
Lokesh Vutla
1
-34
/
+33
2014-06-07
ARM: at91: fix at91_sysirq_mask_rtc for sam9x5 SoCs
Boris BREZILLON
1
-9
/
+13
2014-06-07
rtc: rtc-at91rm9200: fix infinite wait for ACKUPD irq
Boris BREZILLON
1
-2
/
+14
2014-06-07
drivers/rtc/rtc-hym8563.c: add optional clock-output-names property
Heiko Stuebner
2
-0
/
+6
2014-06-07
drivers/rtc/rtc-bfin.c: do not abort when requesting irq fails
Mike Frysinger
1
-9
/
+7
[next]