index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
fork.c
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2010-12-24
isdn/capi: make kcapi use a separate workqueue
Tejun Heo
1
-8
/
+18
2010-12-24
isdn/capi: unregister capictr notifier after init failure
Tejun Heo
1
-0
/
+1
2010-12-20
workqueue: allow chained queueing during destruction
Tejun Heo
1
-1
/
+59
2010-12-15
workqueue: deprecate cancel_rearming_delayed_work[queue]()
Tejun Heo
2
-2
/
+12
2010-12-15
workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_delayed_work_sync()
Tejun Heo
22
-32
/
+27
2010-12-14
workqueue: It is likely that WORKER_NOT_RUNNING is true
Steven Rostedt
1
-2
/
+2
2010-12-14
MAINTAINERS: Add workqueue entry
Tejun Heo
1
-0
/
+9
2010-11-26
workqueue: check the allocation of system_unbound_wq
Hitoshi Mitake
1
-1
/
+2
2010-11-25
arch/x86/include/asm/fixmap.h: mark __set_fixmap_offset as __always_inline
Andrew Morton
1
-2
/
+2
2010-11-25
scripts: fix gfp-translate for recent changes to gfp.h
Mel Gorman
1
-1
/
+6
2010-11-25
reiserfs: fix inode mutex - reiserfs lock misordering
Frederic Weisbecker
1
-4
/
+3
2010-11-25
backlight: grab ops_lock before testing bd->ops
Uwe Kleine-König
1
-6
/
+6
2010-11-25
drivers/misc/isl29020.c: remove incorrect kfree in isl29020_remove()
Axel Lin
1
-3
/
+1
2010-11-25
pagemap: set pagemap walk limit to PMD boundary
Naoya Horiguchi
1
-1
/
+2
2010-11-25
mm: remove call to find_vma in pagewalk for non-hugetlbfs
David Sterba
1
-2
/
+3
2010-11-25
mm/page_alloc.c: fix build_all_zonelist() where percpu_alloc() is wrongly called under stop_machine_run()
KAMEZAWA Hiroyuki
1
-9
/
+5
2010-11-25
cgroups: make swap accounting default behavior configurable
Michal Hocko
3
-2
/
+37
2010-11-25
memcg: avoid deadlock between move charge and try_charge()
Daisuke Nishimura
1
-17
/
+26
2010-11-25
drivers/leds/leds-lp5523.c: perform SW reset before detection
Samu Onkalo
1
-7
/
+5
2010-11-25
drivers/leds/leds-lp5521.c: perform SW reset before detection
Samu Onkalo
1
-7
/
+5
2010-11-25
drivers/leds/leds-lp5523.c: adjust delays and add comments to them
Samu Onkalo
1
-14
/
+17
2010-11-25
drivers/leds/leds-lp5521.c: adjust delays and add comments to them
Samu Onkalo
1
-9
/
+16
2010-11-25
drivers/leds/leds-lp5523.c: change some macros to functions
Samu Onkalo
1
-3
/
+6
2010-11-25
drivers/leds/leds-lp5521.c: change some macros to functions
Samu Onkalo
1
-5
/
+16
2010-11-25
fuse: fix attributes after open(O_TRUNC)
Ken Sumrall
1
-0
/
+10
2010-11-25
sgi-xpc: XPC fails to discover partitions with all nasids above 128
Robin@sgi.com
1
-10
/
+15
2010-11-25
memcg: fix false positive VM_BUG on non-SMP
Kirill A. Shutemov
2
-3
/
+6
2010-11-25
uml: disable winch irq before freeing handler data
Will Newton
1
-2
/
+3
2010-11-25
nommu: yield CPU while disposing VM
Steven J. Magnani
1
-0
/
+1
2010-11-25
include/linux/fs.h: fix userspace build
Loïc Minier
1
-3
/
+3
2010-11-25
leds: fix bug with reading NAS SS4200 dmi code
Steven Rostedt
1
-0
/
+1
2010-11-24
ARM: 6482/2: Fix find_next_zero_bit and related assembly
James Jones
1
-2
/
+4
2010-11-24
arch/tile: fix memchr() not to dereference memory for zero length
Chris Metcalf
1
-16
/
+19
2010-11-24
arch/tile: make glibc's sysconf(_SC_NPROCESSORS_CONF) work correctly
Chris Metcalf
1
-1
/
+1
2010-11-24
pci root complex: support for tile architecture
Chris Metcalf
8
-187
/
+705
2010-11-24
drivers/net/tile/: on-chip network drivers for the tile architecture
Chris Metcalf
12
-2
/
+6510
2010-11-24
xen: remove duplicated #include
Huang Weiyi
1
-1
/
+0
2010-11-24
xen: x86/32: perform initial startup on initial_page_table
Ian Campbell
2
-15
/
+56
2010-11-24
sisfb: delete osdef.h
Aaro Koskinen
5
-65
/
+0
2010-11-24
sisfb: move the CONFIG warning to sis_main.c
Aaro Koskinen
2
-5
/
+5
2010-11-24
sisfb: replace SiS_SetMemory with memset_io
Aaro Koskinen
2
-4
/
+2
2010-11-24
sisfb: remove InPort/OutPort wrappers
Aaro Koskinen
2
-40
/
+10
2010-11-24
sisfb: use CONFIG_FB_SIS_301/315 instead of SIS301/315H
Aaro Koskinen
6
-201
/
+193
2010-11-24
sisfb: delete redudant #define SIS_LINUX_KERNEL
Aaro Koskinen
7
-116
/
+0
2010-11-24
sisfb: delete dead SIS_XORG_XF86 code
Aaro Koskinen
7
-788
/
+0
2010-11-24
sisfb: delete fallback code for pci_map_rom()
Aaro Koskinen
1
-17
/
+0
2010-11-24
sisfb: delete obsolete PCI ROM bug workaround
Aaro Koskinen
1
-8
/
+0
2010-11-24
md: Call blk_queue_flush() to establish flush/fua support
Darrick J. Wong
1
-0
/
+2
2010-11-24
md/raid1: really fix recovery looping when single good device fails.
NeilBrown
1
-0
/
+1
2010-11-24
md: fix return value of rdev_size_change()
Justin Maggard
1
-2
/
+2
[next]