aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2013-10-08Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+3
2013-10-04Merge tag 'pm+acpi-3.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-1/+12
2013-10-04perf: Fix perf_pmu_migrate_contextPeter Zijlstra1-3/+3
2013-10-02Merge branch 'irq/urgent-v2' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar1-3/+12
2013-10-01irq: Force hardirq exit's softirq processing on its own stackFrederic Weisbecker1-3/+12
2013-09-30pidns: fix free_pid() to handle the first fork failureOleg Nesterov1-0/+5
2013-09-30kernel/kmod.c: check for NULL in call_usermodehelper_exec()Tetsuo Handa1-0/+4
2013-09-30PM / hibernate: Fix user space driven resume regressionRafael J. Wysocki2-1/+12
2013-09-28Merge branches 'sched-urgent-for-linus', 'timers-urgent-for-linus' and 'x86-u...Linus Torvalds1-0/+12
2013-09-28kernel/params: fix handling of signed integer typesJean Delvare1-3/+3
2013-09-28Merge branch 'context_tracking/fixes' of git://git.kernel.org/pub/scm/linux/k...Ingo Molnar1-0/+12
2013-09-27arm: Fix build error with context tracking callsFrederic Weisbecker1-0/+12
2013-09-25Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-4/+5
2013-09-25Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+21
2013-09-24kernel/reboot.c: re-enable the function of variable reboot_defaultChuansheng Liu1-1/+8
2013-09-24audit: fix endless wait in audit_log_start()Konstantin Khlebnikov1-2/+3
2013-09-24watchdog: update watchdog_thresh properlyMichal Hocko1-3/+50
2013-09-24watchdog: update watchdog attributes atomicallyMichal Hocko1-2/+5
2013-09-20sched/balancing: Fix cfs_rq->task_h_load calculationVladimir Davydov1-1/+1
2013-09-20sched/balancing: Fix 'local->avg_load > busiest->avg_load' case in fix_small_...Vladimir Davydov1-2/+2
2013-09-20sched/balancing: Fix 'local->avg_load > sds->avg_load' case in calculate_imba...Vladimir Davydov1-1/+2
2013-09-20perf: Fix capabilities bitfield compatibility in 'struct perf_event_mmap_page'Peter Zijlstra1-0/+21
2013-09-18Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-4/+4
2013-09-18Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-10/+15
2013-09-16sched: Fix comment for sched_info_departMichael S. Tsirkin1-2/+3
2013-09-13Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds1-1/+1
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky3-15/+1
2013-09-12Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds4-18/+25
2013-09-12kernel: replace strict_strto*() with kstrto*()Jingoo Han3-9/+9
2013-09-12memcg: reduce function dereferenceSha Zhengju1-8/+11
2013-09-12memcg: avoid overflow caused by PAGE_ALIGNSha Zhengju1-1/+5
2013-09-12memcg: rename RESOURCE_MAX to RES_COUNTER_MAXSha Zhengju1-4/+4
2013-09-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+3
2013-09-12Merge tag 'pm+acpi-fixes-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-32/+37
2013-09-12Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-3/+2
2013-09-12Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2013-09-12sched/debug: Take PID namespace into accountPeter Zijlstra1-3/+3
2013-09-12sched/fair: Fix small race where child->se.parent,cfs_rq might point to inval...Daisuke Nishimura1-5/+9
2013-09-12uprobes: Fix utask->depth accounting in handle_trampoline()Oleg Nesterov1-3/+1
2013-09-12timekeeping: Fix HRTICK related deadlock from ntp lock changesJohn Stultz2-4/+4
2013-09-11panic: call panic handlers before kmsg_dumpKees Cook1-2/+6
2013-09-11kexec: remove unnecessary returnXishi Qiu1-4/+1
2013-09-11__ptrace_may_access() should not deny sub-threadsMark Grondona1-1/+1
2013-09-11kprobes: allow to specify custom allocator for insn cachesHeiko Carstens1-2/+18
2013-09-11kprobes: unify insn cachesHeiko Carstens1-54/+21
2013-09-11task_work: documentationOleg Nesterov1-0/+36
2013-09-11task_work: minor cleanupsOleg Nesterov1-2/+2
2013-09-11kernel/smp.c: quit unconditionally enabling irqs in on_each_cpu_mask().David Daney1-4/+7
2013-09-11extable: skip sorting if the table is emptyUwe Kleine-König1-1/+1
2013-09-11smp.h: move !SMP version of on_each_cpu() out-of-lineDavid Daney1-0/+11
2013-09-11up.c: use local_irq_{save,restore}() in smp_call_function_single.David Daney1-3/+5
2013-09-11smp: quit unconditionally enabling irq in on_each_cpu_mask and on_each_cpu_condDavid Daney1-0/+39
2013-09-11kernel/spinlock.c: add default arch_*_relax definitions for GENERIC_LOCKBREAKWill Deacon1-0/+14
2013-09-11kernel/smp.c: free related resources when failure occurs in hotplug_cfd()Chen Gang1-1/+4
2013-09-11kernel/modsign_pubkey.c: fix init const for module signing codeAndi Kleen1-3/+3
2013-09-11kernel-wide: fix missing validations on __get/__put/__copy_to/__copy_from_user()Mathieu Desnoyers1-2/+2
2013-09-11mm: prepare to remove /proc/sys/vm/hugepages_treat_as_movableNaoya Horiguchi1-1/+1
2013-09-11mm: use zone_end_pfn() instead of zone_start_pfn+spanned_pagesXishi Qiu1-6/+6
2013-09-11mm: mempolicy: turn vma_set_policy() into vma_dup_policy()Oleg Nesterov1-6/+3
2013-09-11fork: unify and tighten up CLONE_NEWUSER/CLONE_NEWPID checksOleg Nesterov1-15/+9
2013-09-11pidns: kill the unnecessary CLONE_NEWPID in copy_process()Oleg Nesterov1-3/+2
2013-09-11pidns: fix vfork() after unshare(CLONE_NEWPID)Oleg Nesterov1-3/+4
2013-09-11perf: Fix up MMAP2 buffer space reservationArnaldo Carvalho de Melo1-0/+1
2013-09-10fs: bump inode and dentry counters to longGlauber Costa1-3/+3
2013-09-10Merge branch 'acpi-hotplug'Rafael J. Wysocki2-32/+37
2013-09-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-16/+17
2013-09-10sched: Fix load balancing performance regression in should_we_balance()Joonsoo Kim1-1/+1
2013-09-09Merge tag 'trace-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds6-209/+65
2013-09-09Merge tag 'xfs-for-linus-v3.12-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-0/+1
2013-09-07Kill indirect include of file.h from eventfd.h, use fdget() in cgroup.cAl Viro1-16/+17
2013-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds11-59/+27
2013-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-22/+10
2013-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu69-1908/+2886
2013-09-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-41/+66
2013-09-05Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-8/+11
2013-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-7/+6
2013-09-05ftrace/rcu: Do not trace debug_lockdep_rcu_enabled()Steven Rostedt (Red Hat)1-1/+1
2013-09-04Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-15/+0
2013-09-04Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-10/+29
2013-09-04Merge branch 'x86-spinlocks-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+1
2013-09-04Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-127/+117
2013-09-04Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+1
2013-09-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-241/+303
2013-09-04Merge branches 'perf-urgent-for-linus' and 'perf-core-for-linus' of git://git...Linus Torvalds6-184/+330
2013-09-04Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-35/+35
2013-09-04Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds11-447/+873
2013-09-04sched/cputime: Do not scale when utime == 0Stanislaw Gruszka1-8/+11
2013-09-03switch copy_module_from_fd() to fdgetAl Viro1-7/+6
2013-09-03Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds7-1066/+1246
2013-09-03Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-5/+9
2013-09-03ftrace: Fix a slight race in modifying what function callback gets tracedSteven Rostedt (Red Hat)1-1/+16
2013-09-03Merge tag 'pm+acpi-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-8/+5
2013-09-03Merge tag 'tty-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-0/+7
2013-09-03Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-12/+15
2013-09-03module: Fix mod->mkobj.kobj potentially freed too earlyLi Zhong2-3/+18
2013-09-03Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar11-447/+873
2013-09-02perf: Add attr->mmap2 attribute to an eventStephane Eranian1-4/+42
2013-09-02sched/fair: Fix the sd_parent_degenerate() codePeter Zijlstra1-1/+9
2013-09-02sched/fair: Rework and comment the group_imb codePeter Zijlstra1-34/+89
2013-09-02sched/fair: Optimize find_busiest_queue()Peter Zijlstra1-4/+1
2013-09-02sched/fair: Make group power more consistentPeter Zijlstra1-19/+22
2013-09-02sched/fair: Remove duplicate load_per_task computationsPeter Zijlstra1-11/+2
2013-09-02sched/fair: Shrink sg_lb_stats and play memset gamesPeter Zijlstra1-7/+26
2013-09-02sched: Clean-up struct sd_lb_statJoonsoo Kim1-115/+114
2013-09-02sched: Factor out code to should_we_balance()Joonsoo Kim1-54/+53
2013-09-02sched: Remove one division operation in find_busiest_queue()Joonsoo Kim1-5/+9
2013-09-02perf: Prevent race in unthrottling codeJiri Olsa1-1/+1
2013-08-31Merge branches 'doc.2013.08.19a', 'fixes.2013.08.20a', 'sysidle.2013.08.31a' ...Paul E. McKenney7-375/+764
2013-08-31nohz_full: Force RCU's grace-period kthreads onto timekeeping CPUPaul E. McKenney3-1/+22
2013-08-31nohz_full: Add full-system-idle state machinePaul E. McKenney4-7/+337
2013-08-30userns: Kill nsown_capable it makes the wrong thing easyEric W. Biederman6-26/+14
2013-08-30pidns: Don't have unshare(CLONE_NEWPID) imply CLONE_THREADEric W. Biederman1-5/+0
2013-08-31PM / hibernate / memory hotplug: Rework mutual exclusionRafael J. Wysocki2-0/+6
2013-08-31PM / hibernate: Create memory bitmaps after freezing user spaceRafael J. Wysocki2-32/+31
2013-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-17/+19
2013-08-30namespaces: Simplify copy_namespaces so it is clear what is going on.Eric W. Biederman1-24/+11
2013-08-30pidns: Fix hang in zap_pid_ns_processes by sending a potentially extra wakeupEric W. Biederman1-0/+1
2013-08-29Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+18
2013-08-29perf: make events stream always parsableAdrian Hunter1-1/+10
2013-08-29cgroup: fix rmdir EBUSY regression in 3.11Hugh Dickins1-1/+18
2013-08-29workqueue: cond_resched() after processing each work itemTejun Heo1-0/+9
2013-08-29Merge branch 'linus' into perf/coreIngo Molnar11-65/+146
2013-08-29padata - Register hotcpu notifier after initializationRichard Weinberger1-6/+6
2013-08-29padata - share code between CPU_ONLINE and CPU_DOWN_FAILED, same to CPU_DOWN_...Chen Gang1-16/+4
2013-08-28timer_list: correct the iterator for timer_listNathan Zimmer1-17/+24
2013-08-27cgroup: fix cgroup_css() invocation in css_from_id()Tejun Heo1-1/+1
2013-08-27Rename nsproxy.pid_ns to nsproxy.pid_ns_for_childrenAndy Lutomirski3-17/+19
2013-08-26userns: Better restrictions on when proc and sysfs can be mountedEric W. Biederman2-4/+0
2013-08-26kernel/nsproxy.c: Improving a snippet of code.Raphael S.Carvalho1-1/+2
2013-08-27Merge branch 'pm-sleep'Rafael J. Wysocki1-2/+2
2013-08-27Merge branch 'acpi-processor'Rafael J. Wysocki1-6/+3
2013-08-26cgroup: make cgroup_write_event_control() use css_from_dir() instead of __d_c...Tejun Heo1-13/+5
2013-08-26cgroup: make cgroup_event hold onto cgroup_subsys_state instead of cgroupTejun Heo1-14/+12
2013-08-26cgroup: implement CFTYPE_NO_PREFIXTejun Heo1-1/+2
2013-08-26cgroup: make cgroup_css() take cgroup_subsys * instead and allow NULL subsysTejun Heo1-47/+43
2013-08-26cgroup: rename cgroup_css_from_dir() to css_from_dir() and update its syntaxTejun Heo2-17/+11
2013-08-23workqueue: convert bus code to use dev_groupsGreg Kroah-Hartman1-12/+15
2013-08-23Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-5/+9
2013-08-22tracing: Make tracing_cpumask available for all instancesAlexander Z Lam2-17/+21
2013-08-21tracing: Kill the !CONFIG_MODULES code in trace_events.cOleg Nesterov1-12/+6
2013-08-21tracing: Don't pass file_operations array to event_create_dir()Oleg Nesterov1-34/+12
2013-08-21tracing: Kill trace_create_file_ops() and friendsOleg Nesterov1-144/+9
2013-08-21tracing/syscalls: Annotate raw_init function with __initLi Zefan1-5/+5
2013-08-21workqueue: Fix manage_workers() RETURNS descriptionLibin1-2/+5
2013-08-21workqueue: Comment correction in file headerLibin1-3/+4
2013-08-21cpuset: fix a regression in validating config changeLi Zefan1-5/+9
2013-08-20rcu: Simplify _rcu_barrier() processingPaul E. McKenney1-2/+13
2013-08-20rcu: Make rcutorture emit online failures if verbosePaul E. McKenney1-1/+7
2013-08-20rcu: Remove unused variable from rcu_torture_writer()Paul E. McKenney1-2/+0
2013-08-20rcu: Sort rcutorture module parametersPaul E. McKenney1-52/+49
2013-08-20rcu: Increase rcutorture test coveragePaul E. McKenney1-163/+63
2013-08-20rcu: Add duplicate-callback tests to rcutorturePaul E. McKenney1-0/+61
2013-08-20workqueue: fix some scripts/kernel-doc warningsYacine Belkadi1-41/+66
2013-08-20kernel/params.c: use scnprintf() instead of sprintf()Chen Gang1-3/+4
2013-08-20kernel/module.c: use scnprintf() instead of sprintf()Chen Gang1-1/+1
2013-08-20module: Add NOARG flag for ops with param_set_bool_enable_only() set functionSteven Rostedt1-0/+1
2013-08-20module: Add flag to allow mod params to have no argumentsSteven Rostedt1-2/+4
2013-08-20module: fix sprintf format specifier in param_get_byte()Christoph Jaeger1-1/+1
2013-08-19Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-4/+3
2013-08-19kernel: fix new kernel-doc warning in wait.cRandy Dunlap1-2/+1
2013-08-19cgroup: fix cgroup_write_event_control()Tejun Heo1-4/+21
2013-08-19cgroup: fix subsystem file accesses on the root cgroupTejun Heo1-14/+10
2013-08-19cgroup: change cgroup_from_id() to css_from_id()Li Zefan1-0/+22
2013-08-19generic-ipi/locking: Fix misleading smp_call_function_any() descriptionXie XiuQi1-2/+0
2013-08-18nohz_full: Add full-system-idle arguments to APIPaul E. McKenney1-7/+18
2013-08-18nohz_full: Add full-system idle states and variablesPaul E. McKenney1-0/+17
2013-08-18nohz_full: Add per-CPU idle-state trackingPaul E. McKenney3-0/+85
2013-08-18nohz_full: Add rcu_dyntick data for scalable detection of all-idle statePaul E. McKenney3-0/+33
2013-08-18nohz_full: Add Kconfig parameter for scalable detection of all-idle statePaul E. McKenney1-0/+23
2013-08-18rcu: Eliminate unused APIs intended for adaptive ticksPaul E. McKenney1-43/+0
2013-08-18rcu: Avoid redundant grace-period kthread wakeupsPaul E. McKenney1-3/+5
2013-08-18rcu: Make call_rcu() leak callbacks for debug-object errorsPaul E. McKenney2-4/+20
2013-08-18rcu: Simplify debug-objects fixupsPaul E. McKenney1-100/+0
2013-08-18rcu: Expedite grace periods during suspend/resumeBorislav Petkov1-0/+21
2013-08-18Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+4
2013-08-16Merge tag 'pm-3.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-7/+13
2013-08-16perf: Do not compute time values unnecessarilyPeter Zijlstra1-4/+4
2013-08-16perf: Account freq events globallyFrederic Weisbecker1-11/+8
2013-08-16perf: Roll back callchain buffer refcount under the callchain mutexFrederic Weisbecker1-1/+2
2013-08-16nohz: Include local CPU in full dynticks global kickFrederic Weisbecker1-0/+1
2013-08-16sched/cputime: Use this_cpu_add() in task_group_account_field()Christoph Lameter1-1/+1
2013-08-16cpumask: Fix cpumask leak in partition_sched_domains()Xiaotian Feng1-2/+3
2013-08-16Merge tag 'v3.11-rc5' into sched/coreIngo Molnar30-548/+816
2013-08-16cgroup: use css_get() in cgroup_create() to check CSS_ROOTLi Zhong1-1/+1
2013-08-15xfs: ioctl check for capabilities in the current user namespaceDwight Engen1-0/+1
2013-08-15Merge tag 'v3.11-rc5' into perf/coreIngo Molnar31-549/+818
2013-08-14Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds1-0/+6
2013-08-14Merge branch 'timers/nohz-v3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Ingo Molnar6-128/+116
2013-08-14nohz: Optimize full dynticks's sched hooks with static keysFrederic Weisbecker1-4/+4
2013-08-14nohz: Optimize full dynticks state checks with static keysFrederic Weisbecker1-12/+2
2013-08-14nohz: Rename a few state variablesFrederic Weisbecker1-22/+22
2013-08-14vtime: Always debug check snapshot source _before_ updating itFrederic Weisbecker1-2/+2
2013-08-14vtime: Always scale generic vtime accounting resultsFrederic Weisbecker1-6/+0
2013-08-14vtime: Optimize full dynticks accounting off case with static keysFrederic Weisbecker1-18/+4
2013-08-14vtime: Fix racy cputime delta updateFrederic Weisbecker1-1/+2
2013-08-14vtime: Remove a few unneeded generic vtime state checksFrederic Weisbecker1-12/+1
2013-08-14context_tracking: User/kernel broundary cross trace eventsFrederic Weisbecker1-0/+5
2013-08-14context_tracking: Optimize context switch off case with static keysFrederic Weisbecker1-3/+3
2013-08-14context_tracking: Optimize guest APIs off case with static keyFrederic Weisbecker2-21/+4
2013-08-14context_tracking: Optimize main APIs off case with static keyFrederic Weisbecker1-6/+6