index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
workqueues: do CPU_UP_CANCELED if CPU_UP_PREPARE fails
Oleg Nesterov
2008-07-25
1
-3
/
+6
*
workqueues: schedule_on_each_cpu() can use schedule_work_on()
Oleg Nesterov
2008-07-25
1
-2
/
+1
*
workqueues: queue_work() can use queue_work_on()
Oleg Nesterov
2008-07-25
1
-7
/
+4
*
workqueues: lockdep annotations for flush_work()
Oleg Nesterov
2008-07-25
1
-0
/
+5
*
workqueues: make get_online_cpus() useable for work->func()
Oleg Nesterov
2008-07-25
2
-9
/
+14
*
workqueues: schedule_on_each_cpu: use flush_work()
Oleg Nesterov
2008-07-25
1
-1
/
+2
*
workqueues: implement flush_work()
Oleg Nesterov
2008-07-25
1
-0
/
+46
*
workqueues: insert_work: use "list_head *" instead of "int tail"
Oleg Nesterov
2008-07-25
1
-10
/
+7
*
coredump: kill mm->core_done
Oleg Nesterov
2008-07-25
1
-1
/
+7
*
coredump: construct the list of coredumping threads at startup time
Oleg Nesterov
2008-07-25
1
-3
/
+12
*
coredump: turn core_state->nr_threads into atomic_t
Oleg Nesterov
2008-07-25
1
-3
/
+2
*
coredump: move mm->core_waiters into struct core_state
Oleg Nesterov
2008-07-25
3
-7
/
+7
*
coredump: turn mm->core_startup_done into the pointer to struct core_state
Oleg Nesterov
2008-07-25
1
-1
/
+1
*
kill PF_BORROWED_MM in favour of PF_KTHREAD
Oleg Nesterov
2008-07-25
1
-2
/
+2
*
introduce PF_KTHREAD flag
Oleg Nesterov
2008-07-25
1
-1
/
+1
*
ptrace: simplify ptrace_stop()->sigkill_pending() path
Oleg Nesterov
2008-07-25
1
-7
/
+5
*
kernel/signal.c: change vars pid and tgid types to pid_t
Gustavo Fernando Padovan
2008-07-25
1
-6
/
+6
*
signals: make siginfo_t si_utime + si_sstime report times in USER_HZ, not HZ
Michael Kerrisk
2008-07-25
1
-6
/
+4
*
signals: do_signal_stop: kill the SIGNAL_UNKILLABLE check
Oleg Nesterov
2008-07-25
1
-2
/
+1
*
signals: dequeue_signal: don't check SIGNAL_GROUP_EXIT when setting SIGNAL_ST...
Oleg Nesterov
2008-07-25
1
-2
/
+1
*
__exit_signal: don't take rcu lock
Oleg Nesterov
2008-07-25
1
-2
/
+0
*
signals: change collect_signal() to return void
Oleg Nesterov
2008-07-25
1
-4
/
+2
*
signals: collect_signal: simplify the "still_pending" logic
Oleg Nesterov
2008-07-25
1
-9
/
+6
*
signals: collect_signal: remove the unneeded sigismember() check
Oleg Nesterov
2008-07-25
1
-3
/
+0
*
posix timers: release_posix_timer: kill the bogus put_task_struct(->it_process);
Oleg Nesterov
2008-07-25
1
-3
/
+0
*
posix timers: timer_delete: remove the bogus "->it_process != NULL" check
Oleg Nesterov
2008-07-25
1
-10
/
+8
*
cpuset: two minor code-cleanups
Lai Jiangshan
2008-07-25
1
-2
/
+2
*
cpuset: code-cleanup for started_after
Lai Jiangshan
2008-07-25
1
-31
/
+6
*
cpuset: don't pass empty cpumasks to partition_sched_domains()
Lai Jiangshan
2008-07-25
1
-0
/
+5
*
cpuset: avoid unnecessary sched domains rebuilding
Li Zefan
2008-07-25
1
-6
/
+12
*
cpusets: update task's cpus_allowed and mems_allowed after CPU/NODE offline/o...
Miao Xie
2008-07-25
1
-0
/
+7
*
cpusets: restructure the function update_cpumask() and update_nodemask()
Miao Xie
2008-07-25
1
-72
/
+109
*
cgroup_clone: use pid of newly created task for new cgroup
Serge E. Hallyn
2008-07-25
4
-13
/
+16
*
cgroup files: convert res_counter_write() to be a cgroups write_string() handler
Paul Menage
2008-07-25
1
-27
/
+21
*
cgroup files: remove cpuset_common_file_write()
Paul Menage
2008-07-25
1
-74
/
+35
*
cgroup files: turn attach_task_by_pid directly into a cgroup write handler
Paul Menage
2008-07-25
1
-66
/
+14
*
cgroup files: move notify_on_release file to separate write handler
Paul Menage
2008-07-25
1
-8
/
+13
*
cgroups: misc cleanups to write_string patchset
Paul Menage
2008-07-25
1
-9
/
+12
*
cgroup files: move the release_agent file to use typed handlers
Paul Menage
2008-07-25
1
-68
/
+57
*
cgroup files: add write_string cgroup control file method
Paul Menage
2008-07-25
1
-0
/
+35
*
cgroups: annotate two variables with __read_mostly
Li Zefan
2008-07-25
1
-2
/
+2
*
cgroup: list_for_each cleanup
KOSAKI Motohiro
2008-07-25
1
-23
/
+21
*
cgroup: use read lock to guard find_existing_css_set()
Li Zefan
2008-07-25
1
-2
/
+2
*
kprobes: remove redundant config check
Abhishek Sagar
2008-07-25
1
-5
/
+0
*
kprobes: improve kretprobe scalability with hashed locking
Srinivasa D S
2008-07-25
1
-38
/
+89
*
printk ratelimiting rewrite
Dave Young
2008-07-25
2
-16
/
+5
*
kernel/irq/manage.c: replace a printk + WARN_ON() to a WARN()
Arjan van de Ven
2008-07-25
1
-3
/
+1
*
Add a WARN() macro; this is WARN_ON() + printk arguments
Arjan van de Ven
2008-07-25
1
-0
/
+22
*
clean up duplicated alloc/free_thread_info
FUJITA Tomonori
2008-07-25
1
-0
/
+17
*
call_usermodehelper(): increase reliability
KOSAKI Motohiro
2008-07-25
2
-5
/
+6
[next]