index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
bus
/
tegra-aconnect.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-11-16
block/blk-mq.c: use kmalloc_array_node()
Johannes Thumshirn
1
-1
/
+1
2017-11-16
include/linux/slab.h: add kmalloc_array_node() and kcalloc_node()
Johannes Thumshirn
1
-0
/
+16
2017-11-16
slub: fix sysfs duplicate filename creation when slub_debug=O
Miles Chen
1
-0
/
+4
2017-11-16
slab, slub, slob: convert slab_flags_t to 32-bit
Alexey Dobriyan
4
-28
/
+28
2017-11-16
slab, slub, slob: add slab_flags_t
Alexey Dobriyan
15
-81
/
+97
2017-11-16
mm/slab.c: only set __GFP_RECLAIMABLE once
David Rientjes
1
-2
/
+2
2017-11-16
mm/slob.c: remove an unnecessary check for __GFP_ZERO
Miles Chen
1
-1
/
+1
2017-11-16
mm: oom: show unreclaimable slab info when unreclaimable slabs > user memory
Yang Shi
3
-2
/
+67
2017-11-16
mm: slabinfo: remove CONFIG_SLABINFO
Yang Shi
5
-15
/
+6
2017-11-16
tools: slabinfo: add "-U" option to show unreclaimable slabs only
Yang Shi
1
-1
/
+10
2017-11-16
ocfs2: remove unneeded goto in ocfs2_reserve_cluster_bitmap_bits()
Guozhonghua
1
-4
/
+1
2017-11-16
ocfs2/dlm: get mle inuse only when it is initialized
Changwei Ge
1
-1
/
+3
2017-11-16
ocfs2: subsystem.su_mutex is required while accessing the item->ci_parent
alex chen
1
-8
/
+55
2017-11-16
ocfs2: ip_alloc_sem should be taken in ocfs2_get_block()
alex chen
1
-8
/
+18
2017-11-16
ocfs2: should wait dio before inode lock in ocfs2_setattr()
alex chen
1
-2
/
+7
2017-11-16
ocfs2: clean up some unused function declarations
piaojun
1
-3
/
+0
2017-11-16
ocfs2: fix cluster hang after a node dies
Changwei Ge
1
-0
/
+1
2017-11-16
ocfs2: cleanup unused func declaration and assignment
piaojun
2
-4
/
+0
2017-11-16
ocfs2: no need flush workqueue before destroying it
piaojun
3
-5
/
+1
2017-11-16
ocfs2: remove unused declaration ocfs2_publish_get_mount_state()
Guozhonghua
1
-3
/
+0
2017-11-16
m32r: fix endianness constraints
Geert Uytterhoeven
1
-2
/
+2
2017-11-16
bloat-o-meter: provide 3 different arguments for data, function and All
Maninder Singh
1
-34
/
+55
2017-11-14
x86 / CPU: Avoid unnecessary IPIs in arch_freq_get_on_cpu()
Rafael J. Wysocki
1
-4
/
+7
2017-11-13
dt-bindings: usb: add #phy-cells to usb-nop-xceiv
Rob Herring
1
-0
/
+2
2017-11-13
Documentation: sound: hd-audio: notes.rst
Chris Gorman
1
-1
/
+1
2017-11-13
/proc/module: fix building without kallsyms
Arnd Bergmann
1
-2
/
+8
2017-11-13
kallsyms: fix building without printk
Arnd Bergmann
1
-1
/
+2
2017-11-13
arm64: Make ARMV8_DEPRECATED depend on SYSCTL
Dave Martin
1
-0
/
+1
2017-11-13
arm64: Implement __lshrti3 library function
Jason A. Donenfeld
1
-0
/
+21
2017-11-13
gpio: tegra186: Remove tegra186_gpio_lock_class
Axel Lin
1
-3
/
+0
2017-11-13
quota: be aware of error from dquot_initialize
Chao Yu
1
-1
/
+1
2017-11-13
cpu/hotplug: Get rid of CPU hotplug notifier leftovers
Thomas Gleixner
3
-52
/
+14
2017-11-13
kprobes: Don't spam the build log with deprecation warnings
Ingo Molnar
1
-6
/
+6
2017-11-13
/proc/module: use the same logic as /proc/kallsyms for address exposure
Linus Torvalds
3
-9
/
+27
2017-11-13
modules: make sysfs attribute files readable by owner only
Linus Torvalds
1
-1
/
+1
2017-11-12
genirq: Fix type of shifting literal 1 in __setup_irq()
Rasmus Villemoes
1
-1
/
+1
2017-11-12
irqdomain: Drop pointless NULL check in virq_debug_show_one
Rasmus Villemoes
1
-2
/
+1
2017-11-12
genirq/proc: Return proper error code when irq_set_affinity() fails
Wen Yaxng
1
-2
/
+3
2017-11-12
modpost: detect modules without a MODULE_LICENSE
Randy Dunlap
1
-1
/
+1
2017-11-12
Linux 4.14
v4.14
Linus Torvalds
1
-1
/
+1
2017-11-12
timers: Add a function to start/reduce a timer
David Howells
2
-7
/
+39
2017-11-12
pstore: Use ktime_get_real_fast_ns() instead of __getnstimeofday()
Arnd Bergmann
2
-4
/
+2
2017-11-12
irq/work: Use llist_for_each_entry_safe
Thomas Gleixner
1
-3
/
+3
2017-11-12
x86/intel_rdt: Fix a silent failure when writing zero value schemata
Xiaochen Shen
1
-0
/
+5
2017-11-11
nvme: fix visibility of "uuid" ns attribute
Martin Wilck
1
-1
/
+1
2017-11-11
staging: lustre: add SPDX identifiers to all lustre files
Greg Kroah-Hartman
271
-0
/
+271
2017-11-11
staging: greybus: Remove redundant license text
Greg Kroah-Hartman
63
-127
/
+0
2017-11-11
staging: greybus: add SPDX identifiers to all greybus driver files
Greg Kroah-Hartman
74
-0
/
+74
2017-11-11
vlan: fix a use-after-free in vlan_device_event()
Cong Wang
1
-3
/
+3
2017-11-11
tooling/headers: Sync the tools/include/uapi/drm/i915_drm.h UAPI header
Ingo Molnar
1
-0
/
+1
[next]