index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
ACPI / dock: fix error return code in dock_add()
Wei Yongjun
2013-07-26
1
-1
/
+3
*
ACPI / dock: Drop unnecessary local variable from dock_add()
Rafael J. Wysocki
2013-07-15
1
-5
/
+4
*
ACPI / dock / PCI: Drop ACPI dock notifier chain
Rafael J. Wysocki
2013-07-15
4
-65
/
+30
*
ACPI / dock: Do not check CONFIG_ACPI_DOCK_MODULE
Rafael J. Wysocki
2013-07-15
1
-2
/
+2
*
ACPI / dock: Do not leak memory on falilures to add a dock station
Rafael J. Wysocki
2013-07-15
1
-0
/
+11
*
ACPI: Drop ACPI bus notifier call chain
Rafael J. Wysocki
2013-07-15
2
-18
/
+0
*
ACPI / dock: Rework the handling of notifications
Rafael J. Wysocki
2013-07-15
1
-43
/
+24
*
ACPI / dock: Simplify dock_init_hotplug() and dock_release_hotplug()
Rafael J. Wysocki
2013-07-15
1
-16
/
+8
*
ACPI / dock: Walk list in reverse order during removal of devices
Rafael J. Wysocki
2013-07-15
1
-16
/
+29
*
ACPI / dock: Rework and simplify find_dock_devices()
Rafael J. Wysocki
2013-07-15
1
-18
/
+5
*
ACPI / dock: Drop the hp_lock mutex from struct dock_station
Rafael J. Wysocki
2013-07-15
1
-5
/
+0
*
ACPI: simplify acpiphp driver with new helper functions
Jiang Liu
2013-07-15
1
-22
/
+8
*
ACPI: simplify dock driver with new helper functions
Jiang Liu
2013-07-15
1
-110
/
+12
*
ACPI: Export acpi_(bay)|(dock)_match() from scan.c
Jiang Liu
2013-07-15
2
-41
/
+39
*
ACPI: introduce two helper functions for _EJ0 and _LCK
Jiang Liu
2013-07-15
3
-25
/
+51
*
ACPI: introduce helper function acpi_execute_simple_method()
Jiang Liu
2013-07-15
8
-45
/
+29
*
ACPI: introduce helper function acpi_has_method()
Jiang Liu
2013-07-15
9
-136
/
+80
*
ACPI / dock: simplify dock_create_acpi_device()
Jiang Liu
2013-07-15
1
-6
/
+1
*
ACPI / dock: mark initialization functions with __init
Jiang Liu
2013-07-15
1
-6
/
+6
*
ACPI / dock: drop redundant spin lock in dock station object
Jiang Liu
2013-07-15
1
-12
/
+3
*
ACPI / dock: avoid initializing acpi_dock_notifier_list multiple times
Jiang Liu
2013-07-15
1
-1
/
+1
*
Linux 3.11-rc1
v3.11-rc1
Linus Torvalds
2013-07-14
2
-1604
/
+883
*
Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2013-07-14
8
-69
/
+121
|
\
|
*
slub: Check for page NULL before doing the node_match check
Steven Rostedt
2013-07-14
1
-1
/
+1
|
*
mm/slab: Give s_next and s_stop slab-specific names
Wanpeng Li
2013-07-08
3
-8
/
+8
|
*
slob: Check for NULL pointer before calling ctor()
Steven Rostedt
2013-07-07
1
-1
/
+1
|
*
slub: Make cpu partial slab support configurable
Joonsoo Kim
2013-07-07
2
-6
/
+32
|
*
slab: add kmalloc() to kernel API documentation
Michael Opdenacker
2013-07-07
2
-12
/
+14
|
*
slab: fix init_lock_keys
Christoph Lameter
2013-07-07
1
-1
/
+1
|
*
slob: use DIV_ROUND_UP where possible
Sasha Levin
2013-07-07
1
-1
/
+1
|
*
slub: do not put a slab to cpu partial list when cpu_partial is 0
Joonsoo Kim
2013-07-07
1
-0
/
+3
|
*
mm/slub: Use node_nr_slabs and node_nr_objs in get_slabinfo
Wanpeng Li
2013-07-07
1
-2
/
+2
|
*
mm/slub: Drop unnecessary nr_partials
Wanpeng Li
2013-07-07
1
-2
/
+0
|
*
mm/slab: Fix /proc/slabinfo unwriteable for slab
Wanpeng Li
2013-07-07
1
-1
/
+9
|
*
mm/slab: Sharing s_next and s_stop between slab and slub
Wanpeng Li
2013-07-07
3
-12
/
+5
|
*
mm/slab: Fix drain freelist excessively
Wanpeng Li
2013-07-07
1
-3
/
+9
|
*
slob: Rework #ifdeffery in slab.h
Christoph Lameter
2013-06-18
1
-11
/
+28
|
*
mm, slab: moved kmem_cache_alloc_node comment to correct place
Zhouping Liu
2013-06-08
1
-12
/
+11
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2013-07-14
18
-137
/
+73
|
\
\
|
*
|
sunrpc: now we can just set ->s_d_op
Al Viro
2013-07-14
1
-3
/
+2
|
*
|
cgroup: we can use simple_lookup() now
Al Viro
2013-07-14
1
-10
/
+1
|
*
|
efivarfs: we can use simple_lookup() now
Al Viro
2013-07-14
1
-13
/
+1
|
*
|
make simple_lookup() usable for filesystems that set ->s_d_op
Al Viro
2013-07-14
1
-1
/
+2
|
*
|
configfs: don't open-code d_alloc_name()
Al Viro
2013-07-14
1
-11
/
+2
|
*
|
__rpc_lookup_create_exclusive: pass string instead of qstr
Al Viro
2013-07-14
1
-25
/
+9
|
*
|
rpc_create_*_dir: don't bother with qstr
Al Viro
2013-07-14
4
-33
/
+23
|
*
|
llist: llist_add() can use llist_add_batch()
Oleg Nesterov
2013-07-13
1
-10
/
+4
|
*
|
llist: fix/simplify llist_add() and llist_add_batch()
Oleg Nesterov
2013-07-13
2
-22
/
+12
|
*
|
fput: turn "list_head delayed_fput_list" into llist_head
Oleg Nesterov
2013-07-13
2
-15
/
+12
|
*
|
fs/file_table.c:fput(): add comment
Andrew Morton
2013-07-13
1
-0
/
+6
[next]