Clark Williams cf4aebc292 sched: Move sched.h sysctl bits into separate header 12 éve
..
debug 0d21b0e347 module: add new state MODULE_STATE_UNFORMED. 12 éve
events 6a2b60b17b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace 12 éve
gcov 947be5dfda gcov: disable CONSTRUCTORS for UML 14 éve
irq 19af395d7c irq: tsk->comm is an array 12 éve
power d206e09036 Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup 12 éve
sched cf4aebc292 sched: Move sched.h sysctl bits into separate header 12 éve
time 3f4724ea85 cputime: Allow dynamic switch between tick/virtual based cputime accounting 12 éve
trace c1bf08ac26 ftrace: Be first to run code modification on modules 12 éve
.gitignore c1cb795338 Update kernel/.gitignore with new auto-generated files 17 éve
Kconfig.freezer dc52ddc0e6 container freezer: implement freezer cgroup subsystem 17 éve
Kconfig.hz 94f5655988 sched: fix SCHED_HRTICK dependency 17 éve
Kconfig.locks 4fe84fb8c6 locking: Adjust spin lock inlining Kconfig options 13 éve
Kconfig.preempt e335e3eb82 locking/kconfig: Simplify INLINE_SPIN_UNLOCK usage 13 éve
Makefile 7a684c452e Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux 12 éve
acct.c 6fac4829ce cputime: Use accessors to read task cputime stats 12 éve
async.c f56c3196f2 async: fix __lowest_in_progress() 12 éve
audit.c 829199197a kernel/audit.c: avoid negative sleep durations 12 éve
audit.h e3d6b07b8b audit: optimize audit_compare_dname_path 12 éve
audit_tree.c 0644ec0cc8 audit: catch possible NULL audit buffers 12 éve
audit_watch.c 0644ec0cc8 audit: catch possible NULL audit buffers 12 éve
auditfilter.c bfbbd96c51 audit: fix auditfilter.c kernel-doc warnings 12 éve
auditsc.c 0644ec0cc8 audit: catch possible NULL audit buffers 12 éve
backtracetest.c 4e6a0535dd backtrace: replace timer with tasklet + completions 17 éve
bounds.c 6b3ae58efc memcg: remove direct page_cgroup-to-page pointer 14 éve
capability.c 65cc5a17ad userns: Teach inode_capable to understand inodes whose uids map to other namespaces. 13 éve
cgroup.c 848b81415c Merge branch 'akpm' (Andrew's patch-bomb) 12 éve
cgroup_freezer.c 92fb97487a cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/online/offline/free() 12 éve
compat.c b2ddedcd21 x32: fix sigtimedwait 12 éve
configs.c 626a031251 kernel/configs.c: include MODULE_*() when CONFIG_IKCONFIG_PROC=n 14 éve
context_tracking.c 6a61671bb2 cputime: Safely read cputime of full dynticks CPUs 12 éve
cpu.c 6fac4829ce cputime: Use accessors to read task cputime stats 12 éve
cpu_pm.c d84970bbaf kernel/cpu_pm.c: fix various typos 13 éve
cpuset.c 38d7bee9d2 cpuset: use N_MEMORY instead N_HIGH_MEMORY 12 éve
crash_dump.c 32aaeffbd4 Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux 13 éve
cred.c a2faf2fc53 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace 12 éve
delayacct.c 6fac4829ce cputime: Use accessors to read task cputime stats 12 éve
dma.c 9ffc93f203 Remove all #inclusions of asm/system.h 13 éve
elfcore.c 8d9032bbe4 elf coredump: add extended numbering support 15 éve
exec_domain.c 2ee7c922f2 sys_personality: remove the bogus checks in sys_personality()->__set_personality() path 15 éve
exit.c 6fac4829ce cputime: Use accessors to read task cputime stats 12 éve
extable.c d219e2e86a extable: Skip sorting if sorted at build time. 13 éve
fork.c b2c77a57e4 Merge tag 'full-dynticks-cputime-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into sched/core 12 éve
freezer.c 5d8f72b55c freezer: change ptrace_stop/do_signal_stop to use freezable_schedule() 12 éve
futex.c aa10990e02 futex: avoid wake_futex() for a PI futex_q 12 éve
futex_compat.c ec0c4274e3 futex: Mark get_robust_list as deprecated 13 éve
groups.c 72cda3d1ef userns: Convert in_group_p and in_egroup_p to use kgid_t 13 éve
hrtimer.c cf4aebc292 sched: Move sched.h sysctl bits into separate header 12 éve
hung_task.c 625056b65e hung task debugging: Inject NMI when hung and going to panic 13 éve
irq_work.c ef1f098254 irq_work: fix compile failure on tile from missing include 13 éve
itimer.c 9886f44412 itimer: Use printk_once instead of WARN_ONCE 13 éve
jump_label.c a181dc14ed jump_label: Export jump_label_rate_limit() 13 éve
kallsyms.c 4796dd200d vsprintf: fix %ps on non symbols when using kallsyms 13 éve
kcmp.c 44fd07e989 kcmp: include linux/ptrace.h 12 éve
kexec.c de4ec99c32 kdump: remove unneeded include 13 éve
kfifo.c 30059d93b0 [media] kernel:kfifo: export __kfifo_max_r symbol 13 éve
kmod.c ae903caae2 Bury the conditionals from kernel_thread/kernel_execve series 12 éve
kprobes.c c6aaf4d0bb kprobes/x86: Fix to support jprobes on ftrace-based kprobe 13 éve
ksysfs.c 37ea95a959 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 12 éve
kthread.c aee4faa499 kthread: use N_MEMORY instead N_HIGH_MEMORY 12 éve
latencytop.c 9984de1a5a kernel: Map most files to use export.h instead of module.h 13 éve
lglock.c eea62f831b brlocks/lglocks: turn into functions 13 éve
lockdep.c d094595078 lockdep: Check if nested lock is actually held 13 éve
lockdep_internals.h 54d47a2be5 lockdep: No need to disable preemption in debug atomic ops 15 éve
lockdep_proc.c 99fb4a122e lockdep: Use KSYM_NAME_LEN'ed buffer for __get_key_name() 12 éve
lockdep_states.h 9851673bc3 lockdep: move state bit definitions around 16 éve
modsign_certificate.S 919aa45e43 MODSIGN: Avoid using .incbin in C source 12 éve
modsign_pubkey.c cfde819088 keys: use keyring_alloc() to create module signing keyring 12 éve
module-internal.h caabe24057 MODSIGN: Move the magic string to the end of a module and eliminate the search 12 éve
module.c ee61abb322 module: fix missing module_mutex unlock 12 éve
module_signing.c 12e130b045 MODSIGN: Don't use enum-type bitfields in module signature info block 12 éve
mutex-debug.c 9984de1a5a kernel: Map most files to use export.h instead of module.h 13 éve
mutex-debug.h c6eb3dda25 mutex: Use p->on_cpu for the adaptive spin 14 éve
mutex.c bd2f55361f sched/rt: Use schedule_preempt_disabled() 13 éve
mutex.h c6eb3dda25 mutex: Use p->on_cpu for the adaptive spin 14 éve
notifier.c 9984de1a5a kernel: Map most files to use export.h instead of module.h 13 éve
nsproxy.c b2e0d98705 userns: Implement unshare of the user namespace 12 éve
padata.c f0fcf2002b padata: use __this_cpu_read per-cpu helper 12 éve
panic.c 190320c3b6 panic: fix a possible deadlock in panic() 13 éve
params.c b5f3abf950 params: replace printk(KERN_<LVL>...) with pr_<lvl>(...) 13 éve
pid.c c876ad7682 pidns: Stop pid allocation when init dies 12 éve
pid_namespace.c c876ad7682 pidns: Stop pid allocation when init dies 12 éve
posix-cpu-timers.c 6fac4829ce cputime: Use accessors to read task cputime stats 12 éve
posix-timers.c 9984de1a5a kernel: Map most files to use export.h instead of module.h 13 éve
printk.c 35dac27ced printk: fix incorrect length from print_time() when seconds > 99999 12 éve
profile.c 6d49e352ae propagate name change to comments in kernel source 12 éve
ptrace.c 9899d11f65 ptrace: ensure arch_ptrace/ptrace_request can never race with SIGKILL 12 éve
range.c 9a41845513 range: fix bogus misuse of module.h to get printk() 13 éve
rcu.h 3705b88db0 rcu: Add a module parameter to force use of expedited RCU primitives 12 éve
rcupdate.c 3705b88db0 rcu: Add a module parameter to force use of expedited RCU primitives 12 éve
rcutiny.c 351573a86d rcu: Fix TINY_RCU rcu_is_cpu_rrupt_from_idle check 12 éve
rcutiny_plugin.h 3705b88db0 rcu: Add a module parameter to force use of expedited RCU primitives 12 éve
rcutorture.c aac1cda34b Merge branches 'urgent.2012.10.27a', 'doc.2012.11.16a', 'fixes.2012.11.13a', 'srcu.2012.10.27a', 'stall.2012.11.13a', 'tracing.2012.11.08a' and 'idle.2012.10.24a' into HEAD 12 éve
rcutree.c 91d1aa43d3 context_tracking: New context tracking susbsystem 12 éve
rcutree.h c635a4e1c2 rcu: Separate accounting of callbacks from callback-free CPUs 12 éve
rcutree_plugin.h c635a4e1c2 rcu: Separate accounting of callbacks from callback-free CPUs 12 éve
rcutree_trace.c c635a4e1c2 rcu: Separate accounting of callbacks from callback-free CPUs 12 éve
relay.c 047fe36052 splice: fix racy pipe->buffers uses 13 éve
res_counter.c 50bdd430c2 res_counter: return amount of charges after res_counter_uncharge() 12 éve
resource.c 4965f5667f kernel/resource.c: fix stack overflow in __reserve_region_with_split() 13 éve
rtmutex-debug.c fbdc4b9a6c lockdep, rtmutex, bug: Show taint flags on error 13 éve
rtmutex-debug.h 9a11b49a80 [PATCH] lockdep: better lock debugging 19 éve
rtmutex-tester.c 997d3eaf02 rtmutex-tester: convert sysdev_class to a regular subsystem 13 éve
rtmutex.c 70321d447a Revert "rcu: Permit rt_mutex_unlock() with irqs disabled" 13 éve
rtmutex.h 9a11b49a80 [PATCH] lockdep: better lock debugging 19 éve
rtmutex_common.h 8161239a8b rtmutex: Simplify PI algorithm and make highest prio task get lock 14 éve
rwsem.c 1b963c81b1 lockdep, rwsem: provide down_write_nest_lock() 12 éve
seccomp.c 87b526d349 seccomp: Make syscall skipping and nr changes more consistent 13 éve
semaphore.c f7232f0808 semaphore: fix improper comment reference to mutex 13 éve
signal.c b2c77a57e4 Merge tag 'full-dynticks-cputime-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into sched/core 12 éve
smp.c 8feb8e896d smp: Remove ipi_call_lock[_irq]()/ipi_call_unlock[_irq]() 13 éve
smpboot.c 3180d89b47 hotplug: Fix UP bug in smpboot hotplug code 13 éve
smpboot.h f97f8f06a4 smpboot: Provide infrastructure for percpu hotplug threads 13 éve
softirq.c 6a61671bb2 cputime: Safely read cputime of full dynticks CPUs 12 éve
spinlock.c e335e3eb82 locking/kconfig: Simplify INLINE_SPIN_UNLOCK usage 13 éve
srcu.c aac1cda34b Merge branches 'urgent.2012.10.27a', 'doc.2012.11.16a', 'fixes.2012.11.13a', 'srcu.2012.10.27a', 'stall.2012.11.13a', 'tracing.2012.11.08a' and 'idle.2012.10.24a' into HEAD 12 éve
stacktrace.c 9984de1a5a kernel: Map most files to use export.h instead of module.h 13 éve
stop_machine.c 32aaeffbd4 Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux 13 éve
sys.c e80d0a1ae8 cputime: Rename thread_group_times to thread_group_cputime_adjusted 12 éve
sys_ni.c 34e1169d99 module: add syscall to load module from fd 12 éve
sysctl.c cf4aebc292 sched: Move sched.h sysctl bits into separate header 12 éve
sysctl_binary.c 17cf22c33e pidns: Use task_active_pid_ns where appropriate 12 éve
task_work.c 9da33de624 task_work: task_work_add() should not succeed after exit_task_work() 13 éve
taskstats.c 0324b5a450 taskstats: cgroupstats_user_cmd() may leak on error 13 éve
test_kprobes.c fd02e6f7ae kprobes: Fix selftest to clear flags field for reusing probes 15 éve
time.c 189374aed6 time: Move update_vsyscall definitions to timekeeper_internal.h 13 éve
timeconst.pl b9095fd8a7 Make constants in kernel/timeconst.h fixed 64 bits 17 éve
timer.c cf4aebc292 sched: Move sched.h sysctl bits into separate header 12 éve
tracepoint.c c5905afb0e static keys: Introduce 'struct static_key', static_key_true()/false() and static_key_slow_[inc|dec]() 13 éve
tsacct.c 6fac4829ce cputime: Use accessors to read task cputime stats 12 éve
uid16.c a29c33f4e5 userns: Convert setting and getting uid and gid system calls to use kuid and kgid 13 éve
up.c 9984de1a5a kernel: Map most files to use export.h instead of module.h 13 éve
user-return-notifier.c 9984de1a5a kernel: Map most files to use export.h instead of module.h 13 éve
user.c 98f842e675 proc: Usable inode numbers for the namespace file descriptors. 12 éve
user_namespace.c 5155040ed3 userns: Fix typo in description of the limitation of userns_install 12 éve
utsname.c 5e4a08476b userns: Require CAP_SYS_ADMIN for most uses of setns. 12 éve
utsname_sysctl.c 32aaeffbd4 Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux 13 éve
wait.c 6d49e352ae propagate name change to comments in kernel source 12 éve
watchdog.c 3935e89505 watchdog: Fix disable/enable regression 12 éve
workqueue.c e7b55b8fcd Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq 12 éve
workqueue_sched.h e22bee782b workqueue: implement concurrency managed dynamic worker pool 15 éve