index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-31
hung_task debugging: Add tracepoint to report the hang
Oleg Nesterov
1
-0
/
+4
2013-10-30
kernel/system_certificate.S: use real contents instead of macro GLOBAL()
Chen Gang
1
-6
/
+4
2013-10-30
padata: make the sequence counter an atomic_t
Mathias Krause
1
-5
/
+4
2013-10-29
uprobes: Teach uprobe_copy_process() to handle CLONE_VFORK
Oleg Nesterov
2
-3
/
+9
2013-10-29
uprobes: Change uprobe_copy_process() to dup xol_area
Oleg Nesterov
1
-0
/
+28
2013-10-29
uprobes: Change uprobe_copy_process() to dup return_instances
Oleg Nesterov
1
-0
/
+43
2013-10-29
uprobes: Teach __create_xol_area() to accept the predefined vaddr
Oleg Nesterov
1
-8
/
+12
2013-10-29
uprobes: Introduce __create_xol_area()
Oleg Nesterov
1
-22
/
+25
2013-10-29
uprobes: Change the callsite of uprobe_copy_process()
Oleg Nesterov
2
-9
/
+9
2013-10-29
perf: Fix the perf context switch optimization
Peter Zijlstra
1
-18
/
+46
2013-10-29
perf: Change zero-padding of strings in perf_event_mmap_event()
Peter Zijlstra
1
-6
/
+11
2013-10-29
perf: Do not waste PAGE_SIZE bytes for ALIGN(8) in perf_event_mmap_event()
Oleg Nesterov
1
-7
/
+8
2013-10-29
perf: Kill the dead !vma->vm_mm code in perf_event_mmap_event()
Oleg Nesterov
1
-8
/
+6
2013-10-29
perf: Remove useless atomic_t
Peter Zijlstra
1
-9
/
+9
2013-10-29
sched: Avoid throttle_cfs_rq() racing with period_timer stopping
Ben Segall
2
-0
/
+10
2013-10-29
sched: Guarantee new group-entities always have weight
Paul Turner
1
-1
/
+2
2013-10-29
sched: Fix hrtimer_cancel()/rq->lock deadlock
Ben Segall
1
-4
/
+11
2013-10-29
sched: Fix cfs_bandwidth misuse of hrtimer_expires_remaining
Ben Segall
1
-3
/
+11
2013-10-29
sched: Fix race on toggling cfs_bandwidth_used
Ben Segall
3
-9
/
+19
2013-10-29
perf: Fix perf ring buffer memory ordering
Peter Zijlstra
1
-4
/
+27
2013-10-29
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
5
-40
/
+77
2013-10-28
sched: Remove extra put_online_cpus() inside sched_setaffinity()
Michael wang
1
-1
/
+0
2013-10-28
genirq: Set the irq thread policy without checking CAP_SYS_NICE
Thomas Pfaff
1
-1
/
+1
2013-10-28
Merge branch 'pm-sleep'
Rafael J. Wysocki
2
-10
/
+26
2013-10-28
Merge branch 'pm-qos'
Rafael J. Wysocki
1
-22
/
+4
2013-10-27
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-15
/
+50
2013-10-27
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+4
2013-10-27
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-16
/
+16
2013-10-26
sched/rt: Fix task_tick_rt() comment
Li Bin
1
-2
/
+2
2013-10-26
Merge tag 'pm+acpi-3.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2013-10-25
keys: change asymmetric keys to use common hash definitions
Dmitry Kasatkin
1
-4
/
+4
2013-10-25
smp: don't warn about csd->flags having CSD_FLAG_LOCK cleared for !wait
Jens Axboe
1
-1
/
+5
2013-10-25
smp: export __smp_call_function_single()
Jens Axboe
1
-0
/
+1
2013-10-24
pid_namespace: make freeing struct pid_namespace rcu-delayed
Al Viro
1
-1
/
+7
2013-10-25
PM / hibernate: Move software_resume to late_initcall_sync
Russ Dill
1
-1
/
+1
2013-10-24
of/irq: simplify args to irq_create_of_mapping
Grant Likely
1
-7
/
+6
2013-10-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
5
-15
/
+33
2013-10-23
clockevents: Sanitize ticks to nsec conversion
Thomas Gleixner
1
-15
/
+50
2013-10-22
Merge branch 'for-3.12-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-8
/
+6
2013-10-20
Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...
Ingo Molnar
1
-0
/
+4
2013-10-19
static_key: WARN on usage before jump_label_init was called
Hannes Frederic Sowa
1
-0
/
+5
2013-10-19
Merge 3.12-rc6 into driver-core-next
Greg Kroah-Hartman
6
-7
/
+36
2013-10-18
ftrace: Add set_graph_notrace filter
Namhyung Kim
3
-3
/
+108
2013-10-18
ftrace: Narrow down the protected area of graph_lock
Namhyung Kim
1
-13
/
+9
2013-10-18
ftrace: Introduce struct ftrace_graph_data
Namhyung Kim
1
-19
/
+62
2013-10-18
ftrace: Get rid of ftrace_graph_filter_enabled
Namhyung Kim
2
-7
/
+2
2013-10-18
tracing: Fix potential out-of-bounds in trace_get_user()
Steven Rostedt
1
-1
/
+4
2013-10-18
time: Fix signedness bug in sysfs_get_uname() and its callers
Patrick Palka
3
-3
/
+3
2013-10-18
timekeeping: Fix some trivial typos in comments
Xie XiuQi
1
-1
/
+2
2013-10-18
alarmtimer: return EINVAL instead of ENOTSUPP if rtcdev doesn't exist
KOSAKI Motohiro
1
-2
/
+2
[prev]
[next]