index
:
~alon/linux
dummy
master
qxl
qxl-cleanup
Unnamed repository; edit this file 'description' to name the repository.
alon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2010-08-04
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
7
-7
/
+7
2010-08-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
1
-197
/
+558
2010-08-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
3
-1
/
+68
2010-08-04
CRED: Fix RCU warning due to previous patch fixing __task_cred()'s checks
David Howells
1
-3
/
+6
2010-08-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
5
-117
/
+194
2010-08-04
tracing/kprobes: unregister_trace_probe needs to be called under mutex
Srikar Dronamraju
1
-0
/
+3
2010-08-04
Merge branch 'master' into for-next
Jiri Kosina
17
-125
/
+183
2010-08-04
timer: Added usleep_range timer
Patrick Pannuto
1
-0
/
+22
2010-08-04
Revert "timer: Added usleep[_range] timer"
Thomas Gleixner
1
-22
/
+0
2010-08-04
Merge commit 'gcl/next' into next
Benjamin Herrenschmidt
4
-9
/
+15
2010-08-03
timer: add on-stack deferrable timer interfaces
Jesse Barnes
1
-0
/
+13
2010-08-02
clockevents: Remove the per cpu tick skew
Arjan van de Ven
1
-5
/
+0
2010-08-02
Merge commit 'v2.6.35' into perf/core
Ingo Molnar
5
-10
/
+37
2010-08-02
perf: Use tracepoint_synchronize_unregister() to flush any pending tracepoint...
Frederic Weisbecker
1
-3
/
+3
2010-08-01
workqueue: mark init_workqueues() as early_initcall()
Suresh Siddha
1
-1
/
+3
2010-08-01
workqueue: explain for_each_*cwq_cpu() iterators
Tejun Heo
1
-0
/
+13
2010-07-31
padata: Remove padata_get_cpumask
Steffen Klassert
1
-35
/
+0
2010-07-31
padata: Pass the padata cpumasks to the cpumask_change_notifier chain
Steffen Klassert
1
-1
/
+2
2010-07-31
padata: Rearrange set_cpumask functions
Steffen Klassert
1
-50
/
+67
2010-07-31
padata: Rename padata_alloc functions
Steffen Klassert
1
-12
/
+12
2010-07-29
CRED: Fix get_task_cred() and task_state() to not resurrect dead credentials
David Howells
1
-0
/
+25
2010-07-29
irq: Add new IRQ flag IRQF_NO_SUSPEND
Ian Campbell
1
-1
/
+1
2010-07-29
kgdb: Do not access xtime directly
Thomas Gleixner
1
-1
/
+3
2010-07-28
cgroups: Add an API to attach a task to current task's cgroup
Sridhar Samudrala
1
-0
/
+23
2010-07-27
dynamic debug: move ddebug_remove_module() down into free_module()
Jason Baron
1
-1
/
+3
2010-07-27
clocksource: Add __clocksource_updatefreq_hz/khz methods
John Stultz
1
-5
/
+24
2010-07-27
timekeeping: Make xtime and wall_to_monotonic static
John Stultz
1
-2
/
+2
2010-07-27
hrtimer: Cleanup direct access to wall_to_monotonic
John Stultz
2
-5
/
+9
2010-07-27
timkeeping: Fix update_vsyscall to provide wall_to_monotonic offset
John Stultz
1
-3
/
+6
2010-07-27
time: Kill off CONFIG_GENERIC_TIME
John Stultz
5
-73
/
+10
2010-07-27
time: Implement timespec_add
John Stultz
1
-3
/
+3
2010-07-26
padata: Check for valid cpumasks
Steffen Klassert
1
-1
/
+1
2010-07-26
padata: Allocate cpumask dependend recources in any case
Steffen Klassert
1
-17
/
+7
2010-07-26
padata: Fix cpu index counting
Steffen Klassert
1
-0
/
+1
2010-07-23
posix_timer: Move copy_to_user(created_timer_id) down in timer_create()
Andrey Vagin
1
-5
/
+6
2010-07-23
timer: Added usleep[_range] timer
Patrick Pannuto
1
-0
/
+22
2010-07-23
timers: Document meaning of deferrable timer
J. Bruce Fields
1
-2
/
+7
2010-07-23
slow-work: kill it
Tejun Heo
5
-1377
/
+0
2010-07-23
Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...
Ingo Molnar
7
-14
/
+76
2010-07-22
workqueue: fix how cpu number is stored in work->data
Tejun Heo
1
-23
/
+13
2010-07-22
trace: strlen() return doesn't account for the NULL
Dan Carpenter
1
-1
/
+1
2010-07-21
sysrq,kdb: Use __handle_sysrq() for kdb's sysrq function
Jason Wessel
1
-2
/
+1
2010-07-21
debug_core,kdb: fix kgdb_connected bit set in the wrong place
Jason Wessel
1
-1
/
+1
2010-07-21
Fix merge regression from external kdb to upstream kdb
Jason Wessel
1
-0
/
+1
2010-07-21
repair gdbstub to match the gdbserial protocol specification
Jason Wessel
1
-6
/
+3
2010-07-21
kdb: break out of kdb_ll() when command is terminated
Martin Hicks
1
-0
/
+3
2010-07-21
sched: Use correct macro to display sched_child_runs_first in /proc/sched_debug
Josh Hunt
1
-1
/
+1
2010-07-21
Merge branch 'linus' into sched/core
Ingo Molnar
13
-59
/
+87
2010-07-21
Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...
Ingo Molnar
8
-524
/
+15
2010-07-21
Merge branch 'linus' into perf/core
Ingo Molnar
1
-0
/
+6
[prev]
[next]