Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
2c4c8c8b662286230a798c60408d217aeab55f7f
/
kernel
85ca788
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
f6ab91ad
perf: Fix signed comparison in perf_adjust_period()
by Peter Zijlstra
· 15 years ago
90ec781
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus
by Linus Torvalds
· 15 years ago
9bea7f2
module: fix bne2 "gave up waiting for init of module libcrc32c"
by Rusty Russell
· 15 years ago
be593f4
module: verify_export_symbols under the lock
by Rusty Russell
· 15 years ago
3bafeb6
module: move find_module check to end
by Linus Torvalds
· 15 years ago
7567650
module: make locking more fine-grained.
by Rusty Russell
· 15 years ago
6407ebb2
module: Make module sysfs functions private.
by Rusty Russell
· 15 years ago
80a3d1b
module: move sysfs exposure to end of load_module
by Rusty Russell
· 15 years ago
c8e21ce
module: fix kdb's illicit use of struct module_use.
by Rusty Russell
· 15 years ago
2c02dfe
module: Make the 'usage' lists be two-way
by Linus Torvalds
· 15 years ago
d2dd328
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 15 years ago
9e506f7
kernel/: fix BUG_ON checks for cpu notifier callbacks direct call
by Akinobu Mita
· 15 years ago
94b3dd0
cgroups: alloc_css_id() increments hierarchy depth
by Greg Thelen
· 15 years ago
485d527
sys_personality: change sys_personality() to accept "unsigned int" instead of u_long
by Oleg Nesterov
· 15 years ago
39d1121
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
f150dba6
Merge branch 'perf-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
c6df8d5
perf: Fix crash in swevents
by Peter Zijlstra
· 15 years ago
ff9da69
pipe: change /proc/sys/fs/pipe-max-pages to byte sized interface
by Jens Axboe
· 15 years ago
5c113fb
fix cpu_chain section mismatch...
by Daniel J Blueman
· 15 years ago
1f73897
Merge branch 'for-35' of git://repo.or.cz/linux-kbuild
by Linus Torvalds
· 15 years ago
e51fd5e
sched: Fix wake_affine() vs RT tasks
by Peter Zijlstra
· 15 years ago
293a7cf
module: fix reference to mod->percpu after freeing module.
by Rusty Russell
· 15 years ago
546cf44
blktrace: Fix new kernel-doc warnings
by Randy Dunlap
· 15 years ago
74048f8
perf_events: Fix unincremented buffer base on partial copy
by Frederic Weisbecker
· 15 years ago
90151c35
perf_events: Fix event scheduling issues introduced by transactional API
by Stephane Eranian
· 15 years ago
2e97942
perf_events, trace: Fix perf_trace_destroy(), mutex went missing
by Peter Zijlstra
· 15 years ago
3771f07
perf_events, trace: Fix probe unregister race
by Peter Zijlstra
· 15 years ago
8a49542
perf_events: Fix races in group composition
by Peter Zijlstra
· 15 years ago
ac9721f
perf_events: Fix races and clean up perf_event and perf_mmap_data interaction
by Peter Zijlstra
· 15 years ago
54e88fa
sched: Make sure timers have migrated before killing the migration_thread
by Amit K. Arora
· 15 years ago
fa7eada
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
bc7d352
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
e9a5f42
CPU: Avoid using unititialized error variable in disable_nonboot_cpus()
by Rafael J. Wysocki
· 15 years ago
35926ff
Revert "cpusets: randomize node rotor used in cpuset_mem_spread_node()"
by Linus Torvalds
· 15 years ago
b612a05
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
by Linus Torvalds
· 15 years ago
0aa12fb
sched: add wait_for_completion_killable_timeout
by Sage Weil
· 15 years ago
29d03fa
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
ea635c6
Fix racy use of anon_inode_getfd() in perf_event.c
by Al Viro
· 15 years ago
c5617b2
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
45e0fff
posix_timer: Fix error path in timer_create
by Andrey Vagin
· 15 years ago
00b9b0a
Avoid warning when CPU hotplug isn't enabled
by Linus Torvalds
· 15 years ago
3dd6b5f
numa: in-kernel profiling: use cpu_to_mem() for per cpu allocations
by Lee Schermerhorn
· 15 years ago
5b530fc
panic: call console_verbose() in panic
by Anton Blanchard
· 15 years ago
f106eee
pids: fix fork_idle() to setup ->pids correctly
by Oleg Nesterov
· 15 years ago
72680a1
pids: increase pid_max based on num_possible_cpus
by Hedi Berriche
· 15 years ago
79a6cde
cpuhotplug: do not need cpu_hotplug_begin() when CONFIG_HOTPLUG_CPU=n
by Lai Jiangshan
· 15 years ago
80b5184
kernel/: convert cpu notifier to return encapsulate errno value
by Akinobu Mita
· 15 years ago
e6bde73
cpu-hotplug: return better errno on cpu hotplug failure
by Akinobu Mita
· 15 years ago
e9fb763
cpu-hotplug: introduce cpu_notify(), __cpu_notify(), cpu_notify_nofail()
by Akinobu Mita
· 15 years ago
b3ac022
proc: turn signal_struct->count into "int nr_threads"
by Oleg Nesterov
· 15 years ago
5089a97
proc_sched_show_task(): use get_nr_threads()
by Oleg Nesterov
· 15 years ago
6e1be45
check_unshare_flags: kill the bogus CLONE_SIGHAND/sig->count check
by Oleg Nesterov
· 15 years ago
97101eb
exit: move taskstats_tgid_free() from __exit_signal() to free_signal_struct()
by Oleg Nesterov
· 15 years ago
a705be6
kill the obsolete thread_group_cputime_free() helper
by Oleg Nesterov
· 15 years ago
d40e48e
exit: __exit_signal: use thread_group_leader() consistently
by Oleg Nesterov
· 15 years ago
b7b8ff63
signals: kill the awful task_rq_unlock_wait() hack
by Oleg Nesterov
· 15 years ago
4ada856
signals: clear signal->tty when the last thread exits
by Oleg Nesterov
· 15 years ago
ea6d290
signals: make task_struct->signal immutable/refcountable
by Oleg Nesterov
· 15 years ago
4dec2a9
fork/exit: move tty_kref_put() outside of __cleanup_signal()
by Oleg Nesterov
· 15 years ago
d30fda3
posix-cpu-timers: avoid "task->signal != NULL" checks
by Oleg Nesterov
· 15 years ago
4a59994
exit: avoid sig->count in __exit_signal() to detect the group-dead case
by Oleg Nesterov
· 15 years ago
d344193
exit: avoid sig->count in de_thread/__exit_signal synchronization
by Oleg Nesterov
· 15 years ago
09faef1
exit: change zap_other_threads() to count sub-threads
by Oleg Nesterov
· 15 years ago
9c339168
exit: exit_notify() can trust signal->notify_count < 0
by Oleg Nesterov
· 15 years ago
04b1c38
call_usermodehelper: UMH_WAIT_EXEC ignores kernel_thread() failure
by Oleg Nesterov
· 15 years ago
d47419c
call_usermodehelper: simplify/fix UMH_NO_WAIT case
by Oleg Nesterov
· 15 years ago
7d64224
wait_for_helper: SIGCHLD from user-space can lead to use-after-free
by Oleg Nesterov
· 15 years ago
363da40
call_usermodehelper: no need to unblock signals
by Oleg Nesterov
· 15 years ago
c70a626
umh: creds: kill subprocess_info->cred logic
by Oleg Nesterov
· 15 years ago
685bfd2
umh: creds: convert call_usermodehelper_keys() to use subprocess_info->init()
by Oleg Nesterov
· 15 years ago
898b374
exec: replace call_usermodehelper_pipe with use of umh init function and resolve limit
by Neil Horman
· 15 years ago
a06a4dc
kmod: add init function to usermodehelper
by Neil Horman
· 15 years ago
065add3
signals: check_kill_permission(): don't check creds if same_thread_group()
by Oleg Nesterov
· 15 years ago
e0129ef
ptrace: PTRACE_GETFDPIC: fix the unsafe usage of child->mm
by Oleg Nesterov
· 15 years ago
9c1a125
ptrace: unify FDPIC implementations
by Mike Frysinger
· 15 years ago
0ac0c0d
cpusets: randomize node rotor used in cpuset_mem_spread_node()
by Jack Steiner
· 15 years ago
6adef3e
cpusets: new round-robin rotor for SLAB allocations
by Jack Steiner
· 15 years ago
907860e
cgroups: make cftype.unregister_event() void-returning
by Kirill A. Shutemov
· 15 years ago
174bd19
hrtimer: Avoid double seqlock
by Stanislaw Gruszka
· 15 years ago
2abfb9e
timers: Move local variable into else section
by Thomas Gleixner
· 15 years ago
b1cdc46
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 15 years ago
218ce73
Revert "module: drop the lock while waiting for module to complete initialization."
by Linus Torvalds
· 15 years ago
563b046
proc_dointvec: write a single value
by J. R. Okajima
· 15 years ago
8e63d77
timers: Fix slack calculation really
by Thomas Gleixner
· 15 years ago
2711ca2
ring-buffer: Move zeroing out excess in page to ring buffer code
by Steven Rostedt
· 15 years ago
b3230c8
ring-buffer: Reset "real_end" when page is filled
by Steven Rostedt
· 15 years ago
69e4469
sysctl: don't use own implementation of hex_to_bin()
by Andy Shevchenko
· 15 years ago
7d52669
module: remove duplicate declaration of __ksymtab_gpl_future
by Wenji Huang
· 15 years ago
4eaf3f6
mem-hotplug: fix potential race while building zonelist for new populated zone
by Haicheng Li
· 15 years ago
1f52250
mem-hotplug: avoid multiple zones sharing same boot strapping boot_pageset
by Haicheng Li
· 15 years ago
cf23422
cpu/mem hotplug: enable CPUs online before local memory online
by minskey guo
· 15 years ago
5e77190
mm: compaction: add a tunable that decides when memory should be compacted and when it should be reclaimed
by Mel Gorman
· 15 years ago
76ab0f5
mm: compaction: add /proc trigger for memory compaction
by Mel Gorman
· 15 years ago
c0ff745
cpuset,mm: fix no node to alloc memory when changing cpuset's mems
by Miao Xie
· 15 years ago
708c1bb
mempolicy: restructure rebinding-mempolicy functions
by Miao Xie
· 15 years ago
87f44bb
perf, trace: Fix !x86 build bug
by Peter Zijlstra
· 15 years ago
f00e047
timers: Fix slack calculation for expired timers
by Jeff Chua
· 15 years ago
bd45b7a
timekeeping: Fix timezone update
by Thomas Gleixner
· 15 years ago
6109e2c
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6
by Linus Torvalds
· 15 years ago
Next »