index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
backtracetest.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-11-19
ACPI / PCI root: Clear driver_data before failing enumeration
Rafael J. Wysocki
1
-0
/
+1
2013-11-19
ACPI / hotplug: Fix PCI host bridge hot removal
Rafael J. Wysocki
1
-8
/
+1
2013-11-19
ACPI / hotplug: Fix acpi_bus_get_device() return value check
Rafael J. Wysocki
1
-2
/
+1
2013-11-16
cpufreq: governor: Remove fossil comment in the cpufreq_governor_dbs()
lan,Tianyu
1
-4
/
+0
2013-11-15
ACPI / video: clean up DMI table for initial black screen problem
Aaron Lu
1
-75
/
+12
2013-11-15
ACPI / EC: Ensure lock is acquired before accessing ec struct members
Puneet Kumar
1
-1
/
+2
2013-11-14
PM / Hibernate: Do not crash kernel in free_basic_memory_bitmaps()
Rafael J. Wysocki
2
-1
/
+3
2013-11-14
ACPI / AC: Remove struct acpi_device pointer from struct acpi_ac
Lan Tianyu
1
-7
/
+8
2013-11-14
spi: Use stable dev_name for ACPI enumerated SPI slaves
Jarkko Nikula
1
-3
/
+14
2013-11-14
i2c: Use stable dev_name for ACPI enumerated I2C slaves
Jarkko Nikula
1
-4
/
+17
2013-11-14
ACPI: Provide acpi_dev_name accessor for struct acpi_device device name
Jarkko Nikula
1
-0
/
+10
2013-11-14
ACPI / bind: Use (put|get)_device() on ACPI device objects too
Rafael J. Wysocki
1
-1
/
+5
2013-11-14
ACPI: Eliminate the DEVICE_ACPI_HANDLE() macro
Rafael J. Wysocki
21
-44
/
+42
2013-11-14
ACPI / driver core: Store an ACPI device pointer in struct acpi_dev_node
Rafael J. Wysocki
22
-68
/
+70
2013-11-14
cpufreq: OMAP: Fix compilation error 'r & ret undeclared'
viresh kumar
1
-0
/
+1
2013-11-14
PM / Runtime: Fix error path for prepare
Ulf Hansson
1
-0
/
+3
2013-11-13
qib_fs: fix (some) dcache abuses
Al Viro
1
-2
/
+5
2013-11-13
prepend_path() needs to reinitialize dentry/vfsmount/mnt on restarts
Al Viro
1
-3
/
+6
2013-11-13
fix unpaired rcu lock in prepend_path()
Li Zhong
1
-0
/
+4
2013-11-13
locks: missing unlock on error in generic_add_lease()
Dan Carpenter
1
-0
/
+1
2013-11-13
aio: checking for NULL instead of IS_ERR
Dan Carpenter
1
-2
/
+2
2013-11-13
ipc, msg: fix message length check for negative values
Mathias Krause
3
-15
/
+15
2013-11-13
ipc/util.c: remove unnecessary work pending test
Xie XiuQi
1
-3
/
+1
2013-11-13
devpts: plug the memory leak in kill_sb
Ilija Hadzic
1
-0
/
+1
2013-11-13
./Makefile: export initial ramdisk compression config option
P J P
2
-0
/
+21
2013-11-13
init/Kconfig: add option to disable kernel compression
Christian Ruppert
1
-1
/
+7
2013-11-13
drivers: w1: make w1_slave::flags long to avoid memory corruption
Michal Nazarewicz
2
-6
/
+6
2013-11-13
drivers/w1/masters/ds1wm.cuse dev_get_platdata()
Jingoo Han
1
-6
/
+6
2013-11-13
drivers/memstick/core/ms_block.c: fix unreachable state in h_msb_read_page()
Roger Tseng
1
-1
/
+1
2013-11-13
drivers/memstick/core/mspro_block.c: fix attributes array allocation
Michal Nazarewicz
1
-2
/
+2
2013-11-13
drivers/pps/clients/pps-gpio.c: remove redundant of_match_ptr
Sachin Kamat
1
-1
/
+1
2013-11-13
kernel/panic.c: reduce 1 byte usage for print tainted buffer
Chen Gang
1
-1
/
+1
2013-11-13
gcov: reuse kbasename helper
Andy Shevchenko
1
-4
/
+3
2013-11-13
kernel/gcov/fs.c: use pr_warn()
Andrew Morton
1
-17
/
+17
2013-11-13
kernel/module.c: use pr_foo()
Andrew Morton
1
-59
/
+44
2013-11-13
gcov: compile specific gcov implementation based on gcc version
Frantisek Hrbata
3
-1
/
+65
2013-11-13
gcov: add support for gcc 4.7 gcov format
Frantisek Hrbata
2
-0
/
+566
2013-11-13
gcov: move gcov structs definitions to a gcc version specific file
Frantisek Hrbata
4
-80
/
+153
2013-11-13
kernel/taskstats.c: return -ENOMEM when alloc memory fails in add_del_listener()
Chen Gang
1
-3
/
+5
2013-11-13
kernel/taskstats.c: add nla_nest_cancel() for failure processing between nla_...
Chen Gang
1
-2
/
+6
2013-11-13
kernel/sysctl_binary.c: use scnprintf() instead of snprintf()
Chen Gang
1
-3
/
+3
2013-11-13
kernel/sysctl.c: check return value after call proc_put_char() in __do_proc_d...
Chen Gang
1
-1
/
+4
2013-11-13
rbtree: fix rbtree_postorder_for_each_entry_safe() iterator
Jan Kara
1
-7
/
+9
2013-11-13
exec/ptrace: fix get_dumpable() incorrect tests
Kees Cook
5
-5
/
+13
2013-11-13
kcore: add Kconfig help text
Randy Dunlap
1
-0
/
+4
2013-11-13
procfs: clean up proc_reg_get_unmapped_area for 80-column limit
HATAYAMA Daisuke
1
-6
/
+10
2013-11-13
Documentation/ABI: document the non-ABI status of Kconfig and symbols
Josh Triplett
1
-0
/
+13
2013-11-13
kernel-doc: improve "no structured comments found" error
Johannes Berg
2
-5
/
+15
2013-11-13
Documentation/trace/tracepoints.txt: add links to TRACE_EVENT documentation
Stefan Raspl
1
-0
/
+5
2013-11-13
Documentation/filesystems/vfat.txt: fix directory entry example
Luis Ortega Perez de Villar
1
-1
/
+1
[next]