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
2013-12-10
Documentation: start documenting driver design patterns
Linus Walleij
1
-0
/
+116
2013-12-10
sysfs: fix use-after-free in sysfs_kill_sb()
Tejun Heo
1
-1
/
+3
2013-12-10
sysfs: bail early from kernfs_file_mmap() to avoid spurious lockdep warning
Tejun Heo
2
-8
/
+22
2013-12-10
Merge branch 'driver-core-linus' into driver-core-next
Tejun Heo
298
-1339
/
+2461
2013-12-08
driver core: fix device_create() error path
David Herrmann
1
-1
/
+2
2013-12-08
firmware: dmi-sysfs: Remove "dmi" directory on module exit
Bjorn Helgaas
1
-0
/
+1
2013-12-08
firmware: dmi-sysfs: Don't remove dmi-sysfs "raw" file explicitly
Bjorn Helgaas
1
-1
/
+1
2013-12-08
firmware: Suppress fallback warnings when CONFIG_FW_LOADER_USER_HELPER=n
Takashi Iwai
1
-0
/
+4
2013-12-08
firmware: Use bit flags instead of boolean combos
Takashi Iwai
1
-22
/
+29
2013-12-08
microcode: Use request_firmware_direct()
Takashi Iwai
2
-2
/
+2
2013-12-08
firmware: Introduce request_firmware_direct()
Takashi Iwai
2
-7
/
+41
2013-12-08
kobject: fix memory leak in kobject_set_name_vargs
Maurizio Lombardi
1
-1
/
+3
2013-12-08
sysfs, kernfs: remove duplicated include from file.c
Wei Yongjun
1
-1
/
+0
2013-12-07
sysfs: give different locking key to regular and bin files
Tejun Heo
1
-5
/
+3
2013-12-07
kobject: remove kset from sysfs immediately in kset_unregister()
Bjorn Helgaas
2
-1
/
+5
2013-12-07
kobject: delay kobject release for random time
Bjorn Helgaas
1
-3
/
+6
2013-12-06
Linux 3.13-rc3
v3.13-rc3
Linus Torvalds
1
-1
/
+1
2013-12-06
Merge tag 'trace-fixes-3.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-10
/
+3
2013-12-06
Merge git://git.kvack.org/~bcrl/aio-next
Linus Torvalds
1
-2
/
+6
2013-12-06
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
31
-57
/
+129
2013-12-06
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
3
-6
/
+19
2013-12-06
Merge tag 'dt-fixes-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
12
-37
/
+59
2013-12-06
aio: clean up aio ring in the fail path
Gu Zheng
1
-2
/
+6
2013-12-07
Merge branch 'free-memory' of git://git.kernel.org/pub/scm/linux/kernel/git/z...
James Morris
3
-6
/
+19
2013-12-05
Merge tag 'pm-3.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
9
-11
/
+87
2013-12-06
Merge branches 'pm-epoll', 'pnp' and 'powercap'
Rafael J. Wysocki
4
-5
/
+30
2013-12-06
Merge branches 'pm-cpuidle' and 'pm-cpufreq'
Rafael J. Wysocki
5
-6
/
+57
2013-12-05
Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...
Linus Torvalds
1
-1
/
+2
2013-12-05
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
11
-127
/
+44
2013-12-05
Merge tag 'nfs-for-3.13-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
11
-40
/
+54
2013-12-05
ftrace: default to tilegx if ARCH=tile is specified
Tony Lu
1
-1
/
+2
2013-12-05
tracing: Only run synchronize_sched() at instance deletion time
Steven Rostedt
2
-10
/
+3
2013-12-05
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...
Linus Torvalds
1
-1
/
+2
2013-12-05
Merge tag 'fbdev-fixes-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
5
-20
/
+19
2013-12-05
Merge tag 'sound-3.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
18
-87
/
+146
2013-12-05
Merge tag 'pinctrl-v3.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
5
-8
/
+9
2013-12-05
blk-mq: fix use-after-free of request
Ming Lei
1
-2
/
+2
2013-12-04
Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
12
-37
/
+201
2013-12-04
x86/apic, doc: Justification for disabling IO APIC before Local APIC
Fenghua Yu
1
-0
/
+11
2013-12-05
PowerCap: Fix mode for energy counter
Srinivas Pandruvada
1
-1
/
+6
2013-12-05
PNP: fix restoring devices after hibernation
Dmitry Torokhov
1
-1
/
+11
2013-12-04
x86, bitops: Correct the assembly constraints to testing bitops
H. Peter Anvin
5
-13
/
+13
2013-12-04
nfs: fix do_div() warning by instead using sector_div()
Helge Deller
1
-1
/
+1
2013-12-04
MAINTAINERS: Update contact information for Trond Myklebust
Trond Myklebust
1
-2
/
+2
2013-12-04
NFSv4.1: Prevent a 3-way deadlock between layoutreturn, open and state recovery
Trond Myklebust
1
-1
/
+8
2013-12-04
Merge tag 'gpio-v3.13-3' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Linus Torvalds
4
-7
/
+38
2013-12-04
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
32
-114
/
+575
2013-12-04
Merge branch 'parisc-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/d...
Linus Torvalds
10
-173
/
+110
2013-12-04
Merge tag 'squashfs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-1
/
+4
2013-12-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
9
-83
/
+109
[next]