Linus Torvalds f03683b8fb Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 14 年之前
..
debug 72f9adfd20 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb 14 年之前
events 9985c20f9e perf: Remove perf_event_attr::type check 14 年之前
gcov 947be5dfda gcov: disable CONSTRUCTORS for UML 14 年之前
irq 6124a4e430 Merge branch 'imx/dt' into next/dt 14 年之前
power d3ec4844d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial 14 年之前
time 112ec46966 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 14 年之前
trace 60063497a9 atomic: use <linux/atomic.h> 14 年之前
.gitignore c1cb795338 Update kernel/.gitignore with new auto-generated files 17 年之前
Kconfig.freezer dc52ddc0e6 container freezer: implement freezer cgroup subsystem 16 年之前
Kconfig.hz 94f5655988 sched: fix SCHED_HRTICK dependency 17 年之前
Kconfig.locks 6875669906 arch:Kconfig.locks Remove unused config option. 14 年之前
Kconfig.preempt bdd4e85dc3 sched: Isolate preempt counting in its own config option 14 年之前
Makefile e78e8f2d83 kernel: prevent unnecessary rebuilding due to config_data.gz 14 年之前
acct.c ebabe9a900 pass a struct path to vfs_statfs 15 年之前
async.c 84c15027a7 async: Fixed an include coding style issue 14 年之前
audit.c 60063497a9 atomic: use <linux/atomic.h> 14 年之前
audit.h b8800aa5d9 audit: make functions static 14 年之前
audit_tree.c 3b097c4696 audit_tree,rcu: Convert call_rcu(__put_tree) to kfree_rcu() 14 年之前
audit_watch.c c9c6cac0c2 kill path_lookup() 14 年之前
auditfilter.c c53fa1ed92 netlink: kill loginuid/sessionid/sid members from struct netlink_skb_parms 14 年之前
auditsc.c 60063497a9 atomic: use <linux/atomic.h> 14 年之前
backtracetest.c 4e6a0535dd backtrace: replace timer with tasklet + completions 17 年之前
bounds.c 6b3ae58efc memcg: remove direct page_cgroup-to-page pointer 14 年之前
capability.c 12a5a2621b Merge branch 'master' into next 14 年之前
cgroup.c 95b6886526 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 14 年之前
cgroup_freezer.c f780bdb7c1 cgroups: add per-thread subsystem callbacks 14 年之前
compat.c 664a41b8a9 Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 14 年之前
configs.c 626a031251 kernel/configs.c: include MODULE_*() when CONFIG_IKCONFIG_PROC=n 14 年之前
cpu.c 25985edced Fix common misspellings 14 年之前
cpuset.c 60063497a9 atomic: use <linux/atomic.h> 14 年之前
crash_dump.c 93a72052be crash_dump: export is_kdump_kernel to modules, consolidate elfcorehdr_addr, setup_elfcorehdr and saved_max_pfn 14 年之前
cred.c e52e713ec3 Merge branch 'docs-move' of git://git.kernel.org/pub/scm/linux/kernel/git/rdunlap/linux-docs 14 年之前
delayacct.c c9aaa8957f KVM: Steal time implementation 14 年之前
dma.c d9f3216b47 kernel/dma.c: remove a CVS keyword 16 年之前
elfcore.c 8d9032bbe4 elf coredump: add extended numbering support 15 年之前
exec_domain.c 2ee7c922f2 sys_personality: remove the bogus checks in sys_personality()->__set_personality() path 15 年之前
exit.c b34a6b1da3 ipc: introduce shm_rmid_forced sysctl 14 年之前
extable.c a2d063ac21 extable, core_kernel_data(): Make sure all archs define _sdata 14 年之前
fork.c fb0a685cb9 kernel/fork.c: fix a few coding style issues 14 年之前
freezer.c ee940d8dcc Freezer: Use SMP barriers 14 年之前
futex.c d7619fe39d Merge branch 'linus' into core/urgent 14 年之前
futex_compat.c b0e77598f8 userns: user namespaces: convert several capable() calls 14 年之前
groups.c b0e77598f8 userns: user namespaces: convert several capable() calls 14 年之前
hrtimer.c 90ff1f30c0 hrtimers: Fix typo causing erratic timers 14 年之前
hung_task.c e11feaa119 watchdog, hung_task_timeout: Add Kconfig configurable default 14 年之前
irq_work.c 20b876918c irq_work: Use per cpu atomics instead of regular atomics 14 年之前
itimer.c 8747d793fc itimers: Fix racy writes to cpu_itimer fields 15 年之前
jump_label.c 140fe3b1ab jump_label: Fix jump_label update for modules 14 年之前
kallsyms.c 94df491c4a Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 14 年之前
kexec.c 28f65c11f2 treewide: Convert uses of struct resource to resource_size(ptr) 14 年之前
kfifo.c 399f1e30ac kfifo: fix scatterlist usage 14 年之前
kmod.c 288d5abec8 Boot up with usermodehelper disabled 14 年之前
kprobes.c bc81d48d13 kprobes: Return -ENOENT if probe point doesn't exist 14 年之前
ksysfs.c 088ab0b4d8 kernel/ksysfs.c: expose file_caps_enabled in sysfs 14 年之前
kthread.c 1e1b6c511d cpuset: Fix cpuset_cpus_allowed_fallback(), don't update tsk->rt.nr_cpus_allowed 14 年之前
latencytop.c 25985edced Fix common misspellings 14 年之前
lockdep.c f59de8992a lockdep: Clear whole lockdep_map on initialization 14 年之前
lockdep_internals.h 54d47a2be5 lockdep: No need to disable preemption in debug atomic ops 15 年之前
lockdep_proc.c dec2960827 lockdep: Remove unused 'factor' variable from lockdep_stats_show() 14 年之前
lockdep_states.h 9851673bc3 lockdep: move state bit definitions around 16 年之前
module.c 88bfa32479 module: add /sys/module/<name>/uevent files 14 年之前
mutex-debug.c c6eb3dda25 mutex: Use p->on_cpu for the adaptive spin 14 年之前
mutex-debug.h c6eb3dda25 mutex: Use p->on_cpu for the adaptive spin 14 年之前
mutex.c e4c70a6629 lockdep, mutex: provide mutex_lock_nest_lock 14 年之前
mutex.h c6eb3dda25 mutex: Use p->on_cpu for the adaptive spin 14 年之前
notifier.c c5f41752fd notifiers: sys: move reboot notifiers into reboot.h 14 年之前
nsproxy.c 6657719390 make sure that nsproxy_cache is initialized early enough 14 年之前
padata.c 25985edced Fix common misspellings 14 年之前
panic.c 4302fbc8ec panic: panic=-1 for immediate reboot 14 年之前
params.c 88bfa32479 module: add /sys/module/<name>/uevent files 14 年之前
pid.c d8bf4ca9ca rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_check 14 年之前
pid_namespace.c 4308eebbeb pidns: call pid_ns_prepare_proc() from create_pid_namespace() 14 年之前
pm_qos_params.c 732375c6a5 plist: Remove the need to supply locks to plist heads 14 年之前
posix-cpu-timers.c ab8177bc53 hrtimers: Avoid touching inactive timer bases 14 年之前
posix-timers.c 8af088710d posix-timers: RCU conversion 14 年之前
printk.c 4f2a8d3cf5 printk: Fix console_sem vs logbuf_lock unlock race 14 年之前
profile.c 6f7bd76f05 kernel/profile.c: remove some duplicate code from profile_hits() 14 年之前
ptrace.c f701e5b73a connector: add an event for monitoring process tracers 14 年之前
range.c 834b40380e kernel/range.c: fix clean_sort_range() for the case of full array 14 年之前
rcupdate.c 60063497a9 atomic: use <linux/atomic.h> 14 年之前
rcutiny.c 268bb0ce3e sanitize <linux/prefetch.h> usage 14 年之前
rcutiny_plugin.h 7e8b4c7234 rcu: Converge TINY_RCU expedited and normal boosting 14 年之前
rcutorture.c 60063497a9 atomic: use <linux/atomic.h> 14 年之前
rcutree.c b0d304172f rcu: Prevent RCU callbacks from executing before scheduler initialized 14 年之前
rcutree.h f8b7fc6b51 rcu: Move RCU_BOOST #ifdefs to header file 14 年之前
rcutree_plugin.h ec433f0c51 softirq,rcu: Inform RCU of irq_exit() activity 14 年之前
rcutree_trace.c 60063497a9 atomic: use <linux/atomic.h> 14 年之前
relay.c 408af87a39 Clean up relay_alloc_page_array() slightly by using vzalloc rather than vmalloc and memset 14 年之前
res_counter.c 6c191cd01a memcg: res_counter_read_u64(): fix potential races on 32-bit machines 14 年之前
resource.c 1c388919d8 resources: Add lookup_resource() 14 年之前
rtmutex-debug.c 8161239a8b rtmutex: Simplify PI algorithm and make highest prio task get lock 14 年之前
rtmutex-debug.h 9a11b49a80 [PATCH] lockdep: better lock debugging 19 年之前
rtmutex-tester.c dbebbfbb16 rtmutex: tester: Remove the remaining BKL leftovers 14 年之前
rtmutex.c 732375c6a5 plist: Remove the need to supply locks to plist heads 14 年之前
rtmutex.h 9a11b49a80 [PATCH] lockdep: better lock debugging 19 年之前
rtmutex_common.h 8161239a8b rtmutex: Simplify PI algorithm and make highest prio task get lock 14 年之前
rwsem.c 60063497a9 atomic: use <linux/atomic.h> 14 年之前
sched.c d3ec4844d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial 14 年之前
sched_autogroup.c 25985edced Fix common misspellings 14 年之前
sched_autogroup.h 1c09ab0d25 sched: Skip autogroup when looking for all rt sched groups 14 年之前
sched_clock.c 5bb6b1ea67 sched: Add some clock info to sched_debug 14 年之前
sched_cpupri.c 68c38fc3cb sched: No need for bootmem special cases 15 年之前
sched_cpupri.h 68c38fc3cb sched: No need for bootmem special cases 15 年之前
sched_debug.c 625f2a378e sched: Get rid of lock_depth 14 年之前
sched_fair.c 0f3171438f sched: Cleanup duplicate local variable in [enqueue|dequeue]_task_fair 14 年之前
sched_features.h 5fabc487c9 Merge branch 'kvm-updates/3.1' of git://git.kernel.org/pub/scm/virt/kvm/kvm 14 年之前
sched_idletask.c 7608dec2ce sched: Drop the rq argument to sched_class::select_task_rq() 14 年之前
sched_rt.c 1c09ab0d25 sched: Skip autogroup when looking for all rt sched groups 14 年之前
sched_stats.h cd4ae6adf8 sched: More sched_domain iterations fixes 14 年之前
sched_stoptask.c 7608dec2ce sched: Drop the rq argument to sched_class::select_task_rq() 14 年之前
seccomp.c 5b1017404a x86-64: seccomp: fix 32/64 syscall hole 16 年之前
semaphore.c 5b2becc8cf semaphore: __down_common: use signal_pending_state() 17 年之前
signal.c c1095c6da5 signals: sys_ssetmask/sys_rt_sigsuspend should use set_current_blocked() 14 年之前
smp.c d8ad7d1123 generic-ipi: Fix kexec boot crash by initializing call_single_queue before enabling interrupts 14 年之前
softirq.c ec433f0c51 softirq,rcu: Inform RCU of irq_exit() activity 14 年之前
spinlock.c 9c1721aa49 locking: Cleanup the name space completely 15 年之前
srcu.c c072a388d5 rcu: demote SRCU_SYNCHRONIZE_DELAY from kernel-parameter status 14 年之前
stacktrace.c c624d33f61 stack_trace: Add weak save_stack_trace_regs() 14 年之前
stop_machine.c 60063497a9 atomic: use <linux/atomic.h> 14 年之前
sys.c c5f41752fd notifiers: sys: move reboot notifiers into reboot.h 14 年之前
sys_ni.c be84bfcc3e ipc: Add missing sys_ni entries for ipc/compat.c functions 14 年之前
sysctl.c a95cded32d sysctl,rcu: Convert call_rcu(free_head) to kfree 14 年之前
sysctl_binary.c 73d049a40f open-style analog of vfs_path_lookup() 14 年之前
sysctl_check.c 256c53a651 sysctl_check: drop dead code 14 年之前
taskstats.c a7295898a1 taskstats: add_del_listener() should ignore !valid listeners 14 年之前
test_kprobes.c fd02e6f7ae kprobes: Fix selftest to clear flags field for reusing probes 14 年之前
time.c 420c1c572d Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 14 年之前
timeconst.pl b9095fd8a7 Make constants in kernel/timeconst.h fixed 64 bits 17 年之前
timer.c 1c3cc11602 timers: Consider slack value in mod_timer() 14 年之前
tracepoint.c d430d3d7e6 jump label: Introduce static_branch() interface 14 年之前
tsacct.c d57af9b214 taskstats: use real microsecond granularity for CPU times 14 年之前
uid16.c b0e77598f8 userns: user namespaces: convert several capable() calls 14 年之前
up.c 6e96281412 smp_call_function_single(): be slightly less stupid, fix #2 16 年之前
user-return-notifier.c 25985edced Fix common misspellings 14 年之前
user.c 59607db367 userns: add a user_namespace as creator/owner of uts_namespace 14 年之前
user_namespace.c 6164281ab7 user_ns: improve the user_ns on-the-slab packaging 14 年之前
utsname.c 34482e89a5 ns proc: Add support for the uts namespace 14 年之前
utsname_sysctl.c 56992309cc sysctl kernel: Remove binary sysctl logic 15 年之前
wait.c 25985edced Fix common misspellings 14 年之前
watchdog.c f912987097 perf, x86: P4 PMU - Introduce event alias feature 14 年之前
workqueue.c 5a791ea4fa Merge branch 'for-3.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq 14 年之前
workqueue_sched.h e22bee782b workqueue: implement concurrency managed dynamic worker pool 15 年之前