aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2011-10-01Merge branches 'irq-urgent-for-linus', 'x86-urgent-for-linus' and 'sched-urge...Linus Torvalds4-30/+11
2011-09-30posix-cpu-timers: Cure SMP wobblesPeter Zijlstra2-26/+3
2011-09-29Resource: fix wrong resource window calculationRam Pai1-1/+6
2011-09-26sched: Fix up wchan borkageSimon Kirby1-1/+1
2011-09-25ptrace: PTRACE_LISTEN forgets to unlock ->siglockOleg Nesterov1-13/+10
2011-09-20irq: Fix check for already initialized irq_domain in irq_domain_addRob Herring1-1/+5
2011-09-19Merge branch 'irq-fixes-for-linus' of git://tesla.tglx.de/git/linux-2.6-tipLinus Torvalds1-1/+1
2011-09-19Make taskstats round statistics down to nearest 1k bytes/eventsLinus Torvalds1-7/+8
2011-09-19Make TASKSTATS require root accessLinus Torvalds1-0/+1
2011-09-18sched/rt: Migrate equal priority tasks to available CPUsShawn Bohrer1-2/+2
2011-09-14workqueue: lock cwq access in drain_workqueueThomas Tuttle1-1/+6
2011-09-12genirq: Make irq_shutdown() symmetric vs. irq_startup againGeert Uytterhoeven1-1/+1
2011-09-07Merge branch 'timers-fixes-for-linus' of git://tesla.tglx.de/git/linux-2.6-tipLinus Torvalds1-5/+13
2011-09-07Merge branch 'sched-fixes-for-linus' of git://tesla.tglx.de/git/linux-2.6-tipLinus Torvalds1-15/+26
2011-08-31perf_event: Fix broken calc_timer_values()Eric B Munson1-2/+2
2011-08-29perf events: Fix slow and broken cgroup context switch codeStephane Eranian2-11/+54
2011-08-29sched: Fix a memory leak in __sdt_free()WANG Cong1-0/+1
2011-08-29sched: Move blk_schedule_flush_plug() out of __schedule()Thomas Gleixner1-10/+15
2011-08-29sched: Separate the scheduler entry for preemptionThomas Gleixner1-5/+10
2011-08-26All Arch: remove linkage for sys_nfsservctl system callNeilBrown1-1/+0
2011-08-25kernel/printk: do not turn off bootconsole in printk_late_init() if keep_bootconNishanth Aravamudan1-1/+1
2011-08-25Add a personality to report 2.6.x version numbersAndi Kleen1-0/+38
2011-08-23Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2-2/+2
2011-08-23Revert "irq: Always set IRQF_ONESHOT if no primary handler is specified"Linus Torvalds1-1/+0
2011-08-19Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+16
2011-08-18irqdesc: fix new kernel-doc warningRandy Dunlap1-0/+1
2011-08-17Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-0/+4
2011-08-17Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+7
2011-08-17Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-18/+40
2011-08-14PM / Domains: Fix build for CONFIG_PM_RUNTIME unsetRafael J. Wysocki1-0/+4
2011-08-12xfs: remove subdirectoriesChristoph Hellwig2-2/+2
2011-08-11move RLIMIT_NPROC check from set_user() to do_execve_common()Vasiliy Kulikov3-8/+14
2011-08-11Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-2/+3
2011-08-11blktrace: add FLUSH/FUA supportNamhyung Kim1-5/+16
2011-08-10alarmtimers: Avoid possible denial of service with high freq periodic timersJohn Stultz1-0/+9
2011-08-10alarmtimers: Memset itimerspec passed into alarm_timer_getJohn Stultz1-0/+2
2011-08-10alarmtimers: Avoid possible null pointer traversalJohn Stultz1-5/+2
2011-08-09cap_syslog: don't use WARN_ONCE for CAP_SYS_ADMIN deprecation warningJonathan Nieder1-2/+4
2011-08-09lockdep: Fix wrong assumption in match_held_lockPeter Zijlstra1-1/+7
2011-08-05jump label: Reduce the cycle count by changing the link orderJason Baron1-1/+2
2011-08-05Merge branch 'linus' into perf/urgentIngo Molnar84-1890/+3135
2011-08-04Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-31/+60
2011-08-04lockdep: Clear whole lockdep_map on initializationTejun Heo1-4/+1
2011-08-04lockdep: Fix up warningPeter Zijlstra1-1/+1
2011-08-04lockdep: Fix trace_hardirqs_on_caller()Peter Zijlstra1-14/+16
2011-08-03Boot up with usermodehelper disabledLinus Torvalds1-1/+1
2011-08-04Merge branch 'linus' into core/urgentIngo Molnar83-1906/+3247
2011-08-03taskstats: add_del_listener() should ignore !valid listenersOleg Nesterov1-1/+1
2011-08-03taskstats: add_del_listener() shouldn't use the wrong nodeOleg Nesterov1-9/+7
2011-08-01Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds7-42/+53
2011-08-01kdb,kgdb: Allow arbitrary kgdb magic knock sequencesJason Wessel1-8/+20
2011-08-01kdb: Remove all references to DOING_KGDB2Jason Wessel4-7/+3
2011-08-01kdb,kgdb: Implement switch and pass buffer from kdb -> gdbJason Wessel4-21/+29
2011-08-01kdb: cleanup unused variables missed in the original kdb mergeJason Wessel3-8/+3
2011-07-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds1-0/+21
2011-07-30resources: Add lookup_resource()Geert Uytterhoeven1-0/+21
2011-07-30Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2011-07-29Merge branch 'next/dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/l...Linus Torvalds3-0/+185
2011-07-28Merge branch 'imx/dt' into next/dtArnd Bergmann27-105/+120
2011-07-28irq: Track the owner of irq descriptorSebastian Andrzej Siewior2-16/+37
2011-07-28irq: Always set IRQF_ONESHOT if no primary handler is specifiedSebastian Andrzej Siewior1-0/+1
2011-07-28dt/irq: add irq_domain_generate_simple() helperGrant Likely1-0/+58
2011-07-28irq: add irq_domain translation infrastructureGrant Likely3-0/+127
2011-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-0/+5
2011-07-27[media] v4l2-compat-ioctl32: add VIDIOC_DQEVENT supportHans Verkuil1-0/+1
2011-07-27signals: sys_ssetmask/sys_rt_sigsuspend should use set_current_blocked()Oleg Nesterov2-16/+6
2011-07-26atomic: use <linux/atomic.h>Arun Sharma13-13/+13
2011-07-26panic: panic=-1 for immediate rebootHugh Dickins1-0/+2
2011-07-26gcov: disable CONSTRUCTORS for UMLVitaliy Ivanov1-1/+1
2011-07-26ipc: introduce shm_rmid_forced sysctlVasiliy Kulikov1-0/+1
2011-07-26kernel/fork.c: fix a few coding style issuesDaniel Rebelo de Oliveira1-35/+48
2011-07-26cpusets: randomize node rotor used in cpuset_mem_spread_node()Michal Hocko2-0/+12
2011-07-26futex: Fix regression with read only mappingsShawn Bohrer1-12/+42
2011-07-26genirq: Fix wrong bit operationjhbird.choi@samsung.com1-2/+2
2011-07-25Merge 'akpm' patch seriesLinus Torvalds5-37/+36
2011-07-25kernel/configs.c: include MODULE_*() when CONFIG_IKCONFIG_PROC=nStephen Boyd1-2/+2
2011-07-25notifiers: sys: move reboot notifiers into reboot.hAmerigo Wang2-32/+31
2011-07-25devres: fix possible use after freeMaxin B John1-1/+1
2011-07-25mm/futex: fix futex writes on archs with SW tracking of dirty & youngBenjamin Herrenschmidt1-2/+2
2011-07-25Merge branches 'kbuild', 'packaging' and 'misc' of git://git.kernel.org/pub/s...Linus Torvalds1-3/+2
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds7-14/+5
2011-07-25Merge branch 'for-3.1/core' of git://git.kernel.dk/linux-blockLinus Torvalds2-2/+0
2011-07-25trace events: Update version number reference to new 3.x scheme for EVENT_POW...Jesper Juhl1-1/+1
2011-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2-14/+84
2011-07-24Merge branch 'kvm-updates/3.1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-12/+85
2011-07-24module: add /sys/module/<name>/uevent filesKay Sievers2-0/+21
2011-07-24module: change attr callbacks to take struct module_kobjectKay Sievers2-12/+12
2011-07-24modules: add default loader hook implementationsJonas Bonn1-0/+49
2011-07-24param: fix return value handling in param_set_*Satoru Moriya1-2/+2
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-20/+4
2011-07-22Merge branch 'x86-mtrr-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-5/+73
2011-07-22Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+28
2011-07-22Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-118/+101
2011-07-22Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds25-1182/+1655
2011-07-22Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-15/+4
2011-07-22Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-13/+41
2011-07-22Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds6-8/+11
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds3-10/+23
2011-07-22Merge branch 'for-3.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-28/+53
2011-07-22Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscLinus Torvalds4-261/+485
2011-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+29
2011-07-22sched: Cleanup duplicate local variable in [enqueue|dequeue]_task_fairLin Ming1-2/+2
2011-07-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller3-5/+39
2011-07-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller1-0/+29
2011-07-21lockdep: Fix lockdep_no_validate against IRQ statesPeter Zijlstra1-0/+3
2011-07-21perf: Remove perf_event_attr::type checkLin Ming1-7/+0
2011-07-21sched: Replace use of entity_key()Stephan Baerwolf1-7/+1
2011-07-21sched: Separate group-scheduling code more clearlyJan H. Schönherr1-24/+19
2011-07-21sched: Reorder root_domain to remove 64 bit alignment paddingRichard Kennedy1-1/+1
2011-07-21sched: Do not attempt to destroy uninitialized rt_bandwidthBianca Lutz1-1/+2
2011-07-21sched: Remove unused function cpu_cfs_rq()Jan Schoenherr1-13/+0
2011-07-21sched: Fix (harmless) typo 'CONFG_FAIR_GROUP_SCHED'Jan Schoenherr1-1/+1
2011-07-21sched, cgroup: Optimize load_balance_fair()Peter Zijlstra2-37/+35
2011-07-21sched: Don't update shares twice on on_rq parentPaul Turner1-0/+3
2011-07-21sched: update correct entity's runtime in check_preempt_wakeup()Paul Turner1-1/+1
2011-07-21Merge branch 'linus' into sched/coreIngo Molnar11-122/+450
2011-07-21ptrace: fix ptrace_signal() && STOP_DEQUEUED interactionOleg Nesterov1-6/+11
2011-07-21Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar9-164/+442
2011-07-21Merge branch 'perf/urgent' into perf/coreIngo Molnar6-35/+144
2011-07-20rw_semaphore: remove up/down_read_non_ownerChristoph Hellwig1-16/+0
2011-07-20Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-28/+100
2011-07-20time: Fix stupid KERN_WARN compile issueJohn Stultz1-1/+1
2011-07-20sysctl,rcu: Convert call_rcu(free_head) to kfreePaul E. McKenney1-8/+3
2011-07-20audit_tree,rcu: Convert call_rcu(__put_tree) to kfree_rcu()Lai Jiangshan1-7/+1
2011-07-20Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar4-28/+100
2011-07-20signal: align __lock_task_sighand() irq disabling and RCUPaul E. McKenney1-6/+13
2011-07-20softirq,rcu: Inform RCU of irq_exit() activityPeter Zijlstra2-3/+11
2011-07-20sched: Add irq_{enter,exit}() to scheduler_ipi()Peter Zijlstra1-6/+38
2011-07-20rcu: protect __rcu_read_unlock() against scheduler-using irq handlersPaul E. McKenney1-5/+24
2011-07-20sched: Avoid creating superfluous NUMA domains on non-NUMA systemsPeter Zijlstra1-0/+2
2011-07-20sched: Allow for overlapping sched_domain spansPeter Zijlstra2-29/+130
2011-07-20sched: Break out cpu_power from the sched_group structurePeter Zijlstra2-29/+49
2011-07-20make sure that nsproxy_cache is initialized early enoughAl Viro2-3/+2
2011-07-20kill file_permission() completelyAl Viro1-1/+2
2011-07-19rcu: Streamline code produced by __rcu_read_unlock()Paul E. McKenney1-6/+6
2011-07-19rcu: Fix RCU_BOOST race handling current->rcu_read_unlock_specialPaul E. McKenney1-2/+6
2011-07-19rcu: decrease rcu_report_exp_rnp coupling with schedulerPaul E. McKenney1-2/+4
2011-07-20kernel: prevent unnecessary rebuilding due to config_data.gzPeter Foley1-3/+2
2011-07-18connector: add an event for monitoring process tracersVladimir Zapolskiy1-1/+6
2011-07-17ptrace: mv send-SIGSTOP from do_fork() to ptrace_init_task()Oleg Nesterov1-12/+0
2011-07-17has_stopped_jobs: s/task_is_stopped/SIGNAL_STOP_STOPPED/Oleg Nesterov1-7/+5
2011-07-15Merge branch 'pm-domains' into for-linusRafael J. Wysocki1-2/+6
2011-07-15PM: Improve error code of pm_notifier_call_chain()Akinobu Mita1-2/+3
2011-07-15PM / Suspend: Export suspend_set_ops, suspend_valid_only_memKevin Hilman1-0/+2
2011-07-15PM / Suspend: Add .suspend_again() callback to suspend_opsMyungJoo Ham1-6/+12
2011-07-15tracing/kprobe: Update symbol reference when loading moduleMasami Hiramatsu1-1/+36
2011-07-15tracing/kprobes: Support module init function probingMasami Hiramatsu1-26/+138
2011-07-15kprobes: Return -ENOENT if probe point doesn't existMasami Hiramatsu1-10/+23
2011-07-15tracing/kprobes: Merge trace probe enable/disable functionsMasami Hiramatsu1-56/+36
2011-07-15Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds2-5/+36
2011-07-15sched: Fix 32bit racePeter Zijlstra1-0/+3
2011-07-14ftrace: Fix regression where ftrace breaks when modules are loadedSteven Rostedt1-2/+28
2011-07-14tracing/kprobes: Rename probe_* to trace_probe_*Masami Hiramatsu1-21/+22
2011-07-14perf, x86: P4 PMU - Introduce event alias featureCyrill Gorcunov1-2/+0
2011-07-14tracing: Have dynamic size event stack tracesSteven Rostedt3-19/+87
2011-07-14sched: adjust scheduler cpu power for stolen timeGlauber Costa2-12/+39
2011-07-14KVM guest: Steal time accountingGlauber Costa1-0/+43
2011-07-14KVM: Steal time implementationGlauber Costa1-0/+2
2011-07-13ftrace: Fix dynamic selftest failure on some archsSteven Rostedt1-0/+26
2011-07-13ftrace: Update filter when tracing enabled in set_ftrace_filter()Steven Rostedt1-0/+4
2011-07-13ftrace: Balance records when updating the hashSteven Rostedt1-16/+33
2011-07-13rcu: Prevent RCU callbacks from executing before scheduler initializedPaul E. McKenney2-5/+36
2011-07-12Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/lin...Linus Torvalds1-2/+16
2011-07-12KVM: Add compat ioctl for KVM_SET_SIGNAL_MASKAlexander Graf1-0/+1
2011-07-12fixlet: Remove fs_excl from struct task.Justin TerAvest2-2/+0
2011-07-11doc: Konfig: Documentation/power/{pm => apm-acpi}.txtMichael Witten1-2/+2
2011-07-11Merge branch 'master' into for-nextJiri Kosina23-554/+743
2011-07-08rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_checkMichal Hocko5-11/+2
2011-07-08plist: Remove the need to supply locks to plist headsDima Zavin5-8/+8
2011-07-07ftrace: Do not disable interrupts for modules in mcount updateSteven Rostedt1-5/+11
2011-07-07tracing: Still trace filtered irq functions when irq trace is disabledSteven Rostedt2-17/+35
2011-07-07Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-1/+5
2011-07-07Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus' and 'sched-ur...Linus Torvalds2-11/+12
2011-07-07genirq: replace irq_gc_ack() with {set,clr}_bit variants (fwd)Simon Guinot1-2/+16
2011-07-07ftrace: Fix regression of :mod:module function enablingSteven Rostedt2-10/+5
2011-07-07tracing: Have "enable" file use refcounts like the "filter" fileSteven Rostedt1-9/+22
2011-07-07tracing: Fix bug when reading system filters on module removalSteven Rostedt3-11/+82
2011-07-06PM / Hibernate: Fix free_unnecessary_pages()Rafael J. Wysocki1-1/+5
2011-07-06resource: ability to resize an allocated resourceRam Pai1-18/+98
2011-07-05Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar13-316/+324
2011-07-02PM: Allow the clocks management code to be used during system suspendRafael J. Wysocki1-2/+2
2011-07-02PM / Domains: Support for generic I/O PM domains (v8)Rafael J. Wysocki1-0/+4
2011-07-01Merge branch 'sched/core-v2' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2-4/+5
2011-07-01perf: export perf_event_refresh() to modulesAvi Kivity1-1/+2
2011-07-01perf: Add context field to perf_eventAvi Kivity3-10/+23
2011-07-01perf: Remove the perf_output_begin(.sample) argumentPeter Zijlstra2-24/+21
2011-07-01perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra5-45/+33
2011-07-01perf, x86: Add hw_watchdog_set_attr() in a sake of nmi-watchdog on P4Cyrill Gorcunov1-1/+5
2011-07-01events: Ensure that timers are updated without requiring read() callEric B Munson1-2/+13
2011-07-01events: Move lockless timer calculation into helper functionEric B Munson1-7/+15
2011-07-01events: Add note to update_event_times comment about holding ctx->lockEric B Munson1-0/+1
2011-07-01perf_events: Fix perf buffer watermark settingVince Weaver2-9/+13
2011-07-01sched: Skip autogroup when looking for all rt sched groupsYong Zhang2-5/+18
2011-07-01sched: Simplify mutex_spin_on_owner()Thomas Gleixner1-16/+9
2011-07-01sched: Remove rcu_read_lock() from wake_affine()Nikunj A. Dadhania1-2/+0
2011-07-01Merge commit 'v3.0-rc5' into sched/coreIngo Molnar38-854/+1076
2011-07-01Merge commit 'v3.0-rc5' into perf/coreIngo Molnar16-521/+611
2011-07-01sched, cgroups: Fix MIN_SHARES on 64-bit boxenMike Galbraith1-6/+3
2011-06-30netfilter: add SELinux context support to AUDIT targetMr Dash Four1-0/+29
2011-06-30Merge branch 'linus' into nextJames Morris19-524/+628