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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-16
irq_domain: Move irq_domain code from powerpc to kernel/irq
Grant Likely
1
-0
/
+600
2012-02-15
Merge branch 'fortglx/3.4/time' of git://git.linaro.org/people/jstultz/linux into timers/core
Thomas Gleixner
2
-174
/
+247
2012-02-15
timer: Fix bad idle check on irq entry
Frederic Weisbecker
1
-1
/
+1
2012-02-15
nohz: Remove ts->Einidle checks before restarting the tick
Frederic Weisbecker
1
-5
/
+6
2012-02-15
nohz: Remove update_ts_time_stat from tick_nohz_start_idle
Michal Hocko
1
-5
/
+1
2012-02-15
clockevents: Leave the broadcast device in shutdown mode when not needed
Suresh Siddha
1
-0
/
+4
2012-02-15
futex: Simplify return logic
Thomas Gleixner
1
-25
/
+13
2012-02-15
futex: Cover all PI opcodes with cmpxchg enabled check
Thomas Gleixner
1
-6
/
+13
2012-02-15
genirq: Handle pending irqs in irq_startup()
Thomas Gleixner
4
-11
/
+14
2012-02-15
genirq: Unmask oneshot irqs when thread was not woken
Thomas Gleixner
1
-2
/
+23
2012-02-14
irq_domain: Make irq_domain structure match powerpc's irq_host
Grant Likely
1
-7
/
+7
2012-02-14
irq_domain: Be less verbose
Grant Likely
1
-3
/
+1
2012-02-13
vfs: fix panic in __d_lookup() with high dentry hashtable counts
Dimitri Sivanich
1
-2
/
+2
2012-02-13
Merge tag 'for-linus' of git://github.com/rustyrussell/linux
Linus Torvalds
1
-1
/
+2
2012-02-14
module: make module param bint handle nul value
Dave Young
1
-1
/
+2
2012-02-14
security: trim security.h
Al Viro
4
-0
/
+4
2012-02-14
mm: collapse security_vm_enough_memory() variants into a single function
Al Viro
1
-1
/
+1
2012-02-13
tracing/trivial: Use kcalloc instead of kzalloc to allocate array
Thomas Meyer
3
-7
/
+6
2012-02-13
printk/tracing: Add console output tracing
Johannes Berg
1
-0
/
+5
2012-02-13
PM / Sleep: Remove unnecessary label from suspend_freeze_processes()
Rafael J. Wysocki
1
-4
/
+1
2012-02-13
PM / Sleep: Do not check wakeup too often in try_to_freeze_tasks()
Rafael J. Wysocki
1
-7
/
+9
2012-02-13
PM / QoS: unconditionally build the feature
Jean Pihet
1
-1
/
+2
2012-02-13
Merge commit 'pm-fixes-for-3.3-rc3' into pm-qos
Rafael J. Wysocki
3
-6
/
+31
2012-02-13
ftrace: sched_switch plugin is deprecated
Geunsik Lim
1
-3
/
+3
2012-02-11
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-3
/
+9
2012-02-11
watchdog: Fix code/comments mismatches
Fernando Luis Vázquez Cao
1
-12
/
+12
2012-02-10
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-5
/
+14
2012-02-10
relay: prevent integer overflow in relay_open()
Dan Carpenter
1
-2
/
+8
2012-02-09
PM / Hibernate: Refactor and simplify freezer_test_done
Srivatsa S. Bhat
2
-9
/
+7
2012-02-09
PM / Hibernate: Thaw kernel threads in hibernation_snapshot() in error/test path
Srivatsa S. Bhat
2
-8
/
+6
2012-02-09
PM / Suspend: Avoid code duplication in suspend statistics update
Marcos Paulo de Souza
2
-10
/
+2
2012-02-09
Merge commit 'pm-fixes-for-3.3-rc3' into pm-sleep
Rafael J. Wysocki
3
-6
/
+31
2012-02-10
security: create task_free security callback
Kees Cook
1
-0
/
+1
2012-02-07
perf: Fix double start/stop in x86_pmu_start()
Stephane Eranian
1
-5
/
+14
2012-02-07
block: strip out locking optimization in put_io_context()
Tejun Heo
1
-1
/
+1
2012-02-06
Merge branch 'perf/urgent' into perf/core
Arnaldo Carvalho de Melo
8
-18
/
+106
2012-02-04
Merge tag 'pm-fixes-for-3.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
3
-6
/
+31
2012-02-04
PM / Freezer: Thaw only kernel threads if freezing of kernel threads fails
Srivatsa S. Bhat
2
-4
/
+27
2012-02-03
kprobes: fix a memory leak in function pre_handler_kretprobe()
Jiang Liu
1
-1
/
+5
2012-02-03
kernel/resource.c: move EXPORT_SYMBOL right after definition
Cong Wang
1
-2
/
+1
2012-02-03
tracing/softirq: Move __raise_softirq_irqoff() out of header
Steven Rostedt
2
-0
/
+8
2012-02-03
ftrace: Change filter/notrace set functions to return exit code
Jiri Olsa
1
-6
/
+9
2012-02-03
Input: add infrastructure for selecting clockid for event time stamps
John Stultz
1
-0
/
+2
2012-02-02
Fix race in process_vm_rw_core
Christopher Yeoh
1
-0
/
+20
2012-02-02
Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus', 'sched-urgent-for-linus' and 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
6
-56
/
+124
2012-02-02
cgroup: remove cgroup_subsys argument from callbacks
Li Zefan
5
-60
/
+43
2012-02-01
PM / Hibernate: Thaw kernel threads in SNAPSHOT_CREATE_IMAGE ioctl path
Srivatsa S. Bhat
1
-2
/
+4
2012-01-31
sched: Move SMP-only variable into the SMP section
Hiroshi Shimamoto
1
-2
/
+2
2012-01-31
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
1
-38
/
+66
2012-01-30
cgroup: remove extra calls to find_existing_css_set
Mandeep Singh Baines
1
-113
/
+27
[prev]
[next]