index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-06
signals: kill rm_from_queue(), change prepare_signal() to use for_each_thread()
Oleg Nesterov
1
-33
/
+10
2014-06-06
signals: s/siginitset/sigemptyset/ in do_sigtimedwait()
Oleg Nesterov
1
-1
/
+1
2014-06-06
signals: kill sigfindinword()
Oleg Nesterov
3
-20
/
+0
2014-06-06
ptrace: task_clear_jobctl_trapping()->wake_up_bit() needs mb()
Oleg Nesterov
1
-0
/
+1
2014-06-06
ptrace: fix fork event messages across pid namespaces
Matthew Dempsky
2
-3
/
+39
2014-06-06
Documentation/memory-barriers.txt: fix important typo re memory barriers
Alexey Dobriyan
1
-2
/
+2
2014-06-06
Documentation/filesystems/seq_file.txt: create_proc_entry deprecated
Fabian Frederick
1
-0
/
+9
2014-06-06
Documentation/SubmittingPatches: describe the Fixes: tag
Jacob Keller
1
-1
/
+21
2014-06-06
fs/fat/inode.c: clean up string initializations (char[] instead of char *)
Manuel Schölling
1
-1
/
+1
2014-06-06
fs/fat/: add support for DOS 1.x formatted volumes
Conrad Meyer
3
-77
/
+274
2014-06-06
fs/hpfs: increase pr_warn level
Fabian Frederick
8
-47
/
+47
2014-06-06
fs/hpfs: use __func__ for logging
Fabian Frederick
2
-12
/
+12
2014-06-06
fs/hpfs: use pr_fmt for logging
Fabian Frederick
10
-51
/
+56
2014-06-06
fs/hpfs: convert printk to pr_foo()
Fabian Frederick
10
-67
/
+89
2014-06-06
fs/ufs/balloc.c: remove err parameter in ufs_add_fragments
Fabian Frederick
1
-3
/
+3
2014-06-06
hfsplus: fix compiler warning on PowerPC
Christian Kujau
1
-1
/
+1
2014-06-06
fs/hfsplus: fix pr_foo() and hfs_dbg formats
Fabian Frederick
3
-6
/
+6
2014-06-06
hfsplus: coding style fix for declarations in hfsplus_fs.h
Sergei Antonov
1
-96
/
+107
2014-06-06
fs/hfsplus/wrapper.c: replace shift loop by ilog2
Fabian Frederick
1
-3
/
+1
2014-06-06
hfsplus: fix "unused node is not erased" error
Sergei Antonov
6
-7
/
+28
2014-06-06
fs/hfsplus/wrapper.c: replace min/casting by min_t
Fabian Frederick
1
-3
/
+3
2014-06-06
fs/hfsplus/options.c: replace seq_printf by seq_puts
Fabian Frederick
1
-5
/
+4
2014-06-06
fs/hfsplus/bnode.c: replace min/casting by min_t
Fabian Frederick
1
-17
/
+15
2014-06-06
hfsplus: emit proper file type from readdir
Sergei Antonov
1
-1
/
+19
2014-06-06
hfsplus: remove unused routine hfsplus_attr_build_key_uni
Hin-Tak Leung
2
-28
/
+0
2014-06-06
hfsplus: correct usage of HFSPLUS_ATTR_MAX_STRLEN for non-English attributes
Hin-Tak Leung
5
-66
/
+94
2014-06-06
hfsplus: fix worst-case unicode to char conversion of file names and attributes
Hin-Tak Leung
2
-5
/
+21
2014-06-06
fs/coda: use __func__
Fabian Frederick
5
-33
/
+34
2014-06-06
fs/coda: logging prefix uniformization
Fabian Frederick
5
-8
/
+14
2014-06-06
fs/coda: replace printk by pr_foo()
Fabian Frederick
6
-47
/
+48
2014-06-06
fs/befs: kernel-doc fixes
Fabian Frederick
3
-11
/
+11
2014-06-06
fs/befs/linuxvfs.c: remove positive test on sector_t
Fabian Frederick
1
-8
/
+0
2014-06-06
fs/befs/btree.c: replace strncpy by strlcpy + coding style fixing
Fabian Frederick
1
-4
/
+3
2014-06-06
fs/befs/linuxvfs.c: replace strncpy by strlcpy
Fabian Frederick
1
-3
/
+2
2014-06-06
drivers/rtc/rtc-pxa.c: make of_device_id array const
Jingoo Han
1
-1
/
+1
2014-06-06
drivers/rtc/rtc-sa1100.c: make of_device_id array const
Jingoo Han
1
-1
/
+1
2014-06-06
drivers/rtc/rtc-omap.c: enable RTC_IRQWAKEEN bits when Alarm is set
Lokesh Vutla
1
-34
/
+33
2014-06-06
ARM: at91: fix at91_sysirq_mask_rtc for sam9x5 SoCs
Boris BREZILLON
1
-9
/
+13
2014-06-06
rtc: rtc-at91rm9200: fix infinite wait for ACKUPD irq
Boris BREZILLON
1
-2
/
+14
2014-06-06
drivers/rtc/rtc-hym8563.c: add optional clock-output-names property
Heiko Stuebner
2
-0
/
+6
2014-06-06
drivers/rtc/rtc-bfin.c: do not abort when requesting irq fails
Mike Frysinger
1
-9
/
+7
2014-06-06
drivers/rtc/rtc-omap.c: add support for enabling 32khz clock
Sekhar Nori
1
-1
/
+15
2014-06-06
drivers/rtc/rtc-omap.c: use BIT() macro
Sekhar Nori
1
-21
/
+21
2014-06-06
drivers/rtc/rtc-omap.c: remove multiple device id checks
Sekhar Nori
1
-4
/
+9
2014-06-06
rtc: da9063: RTC driver
Opensource [Steve Twiss]
3
-0
/
+344
2014-06-06
drivers/rtc: add support for Microchip MCP795
Josef Gajdusek
3
-0
/
+208
2014-06-06
drivers/rtc/rtc-ds1343.c: fix potential race condition
Raghavendra Ganiga
1
-14
/
+24
2014-06-06
rtc: fix build error
Raghavendra Ganiga
1
-0
/
+1
2014-06-06
drivers/rtc: add support for maxim dallas rtc ds1343 and ds1344
Raghavendra Ganiga
3
-0
/
+690
2014-06-06
rtc: rtc-palmas: make of_device_id array const
Jingoo Han
1
-1
/
+1
[next]