aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2014-03-10mm: fix GFP_THISNODE callers and clarifyJohannes Weiner1-2/+2
2014-03-08Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-7/+3
2014-03-07Merge tag 'trace-fixes-v3.14-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-1/+16
2014-03-07Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+2
2014-03-03tracing: Do not add event files for modules that fail tracepointsSteven Rostedt (Red Hat)2-1/+16
2014-03-03Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-10/+20
2014-03-02Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-6/+6
2014-02-27Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2-2/+2
2014-02-27cpuset: fix a race condition in __cpuset_node_allowed_softwall()Li Zefan1-1/+1
2014-02-27cpuset: fix a locking issue in cpuset_migrate_mm()Li Zefan1-6/+2
2014-02-27genirq: Include missing header file in irqdomain.cRashika Kheria1-0/+1
2014-02-27perf: Fix hotplug splatPeter Zijlstra1-6/+6
2014-02-27sched/deadline: Prevent rt_time growth to infinityJuri Lelli2-2/+14
2014-02-27sched/deadline: Switch CPU's presence test orderJuri Lelli1-2/+2
2014-02-27sched/deadline: Cleanup RT leftovers from {inc/dec}_dl_migrationKirill Tkhai1-2/+0
2014-02-27sched: Fix double normalization of vruntimeGeorge McCollister1-4/+4
2014-02-27genirq: Remove racy waitqueue_active checkChuansheng Liu1-2/+1
2014-02-23Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-17/+29
2014-02-21sched/deadline: Remove useless dl_nr_totalKirill Tkhai2-4/+1
2014-02-21sched/deadline: Test for CPU's presence explicitlyBoris Ostrovsky1-3/+3
2014-02-21sched: Add 'flags' argument to sched_{set,get}attr() syscallsPeter Zijlstra1-5/+6
2014-02-21sched: Fix information leak in sys_sched_getattr()Vegard Nossum1-1/+1
2014-02-21sched,numa: add cond_resched to task_numa_workRik van Riel1-0/+2
2014-02-21sched/core: Make dl_b->lock IRQ safeJuri Lelli1-4/+6
2014-02-21sched/core: Fix sched_rt_global_validateJuri Lelli1-1/+2
2014-02-21sched/deadline: Fix overflow to handle period==0 and deadline!=0Steven Rostedt1-1/+1
2014-02-21sched/deadline: Fix bad accounting of nr_runningJuri Lelli1-4/+2
2014-02-20Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-28/+33
2014-02-20Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+7
2014-02-20user_namespace.c: Remove duplicated word in commentBrian Campbell1-1/+1
2014-02-19sched_clock: Prevent callers from seeing half-updated dataStephen Boyd1-17/+29
2014-02-18cgroup: update cgroup_enable_task_cg_lists() to grab siglockTejun Heo1-0/+5
2014-02-18workqueue: ensure @task is valid across kthread_stop()Lai Jiangshan1-0/+7
2014-02-18inotify: Fix reporting of cookies for inotify eventsJan Kara2-2/+2
2014-02-17printk: fix syslog() overflowing user bufferLinus Torvalds1-2/+0
2014-02-15Merge branches 'irq-urgent-for-linus' and 'irq-core-for-linus' of git://git.k...Linus Torvalds2-0/+46
2014-02-15Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-0/+7
2014-02-13tick: Clear broadcast pending bit when switching to oneshotThomas Gleixner1-0/+1
2014-02-12Revert "cgroup: use an ordered workqueue for cgroup destruction"Tejun Heo1-6/+2
2014-02-11ring-buffer: Fix first commit on sub-buffer having non-zero deltaSteven Rostedt (Red Hat)1-0/+7
2014-02-11cgroup: protect modifications to cgroup_idr with cgroup_mutexLi Zefan1-16/+18
2014-02-11genirq: Add missing irq_to_desc export for CONFIG_SPARSE_IRQ=nPaul Gortmaker1-0/+1
2014-02-09genirq: Add devm_request_any_context_irq()Stephen Boyd1-0/+45
2014-02-08Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2014-02-08cgroup: fix locking in cgroup_cfts_commit()Tejun Heo1-9/+2
2014-02-08cgroup: fix error return from cgroup_create()Tejun Heo1-3/+7
2014-02-08cgroup: fix error return value in cgroup_mount()Tejun Heo1-3/+3
2014-02-07cgroup: use an ordered workqueue for cgroup destructionHugh Dickins1-2/+6
2014-02-06time: Fix overflow when HZ is smaller than 60Mikulas Patocka1-0/+6
2014-02-05execve: use 'struct filename *' for executable name passingLinus Torvalds2-2/+2
2014-02-05genirq: Generic irq chip requires IRQ_DOMAINNitin A Kamble1-0/+1
2014-02-03arm, pm, vmpressure: add missing slab.h includesTejun Heo1-0/+1
2014-01-31Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-15/+16
2014-01-31Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-2/+5
2014-01-31Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-8/+12
2014-01-30kernel/smp.c: remove cpumask_ipiRoman Gushchin1-16/+1
2014-01-30kernel: use lockless list for smp_call_function_singleChristoph Hellwig1-38/+13
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds2-8/+9
2014-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-11/+0
2014-01-28sched: Make sched_class::get_rr_interval() optionalPeter Zijlstra1-1/+3
2014-01-28sched/deadline: Add sched_dl documentationDario Faggioli1-1/+2
2014-01-27softirq: use const char * const for softirq_to_name, whitespace neateningJoe Perches1-16/+9
2014-01-27softirq: convert printks to pr_<level>Joe Perches1-2/+4
2014-01-27softirq: use ffs() in __do_softirq()Joe Perches1-21/+22
2014-01-27kernel/kexec.c: use vscnprintf() instead of vsnprintf() in vmcoreinfo_append_...Chen Gang1-1/+1
2014-01-27Merge tag 'trace-fixes-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-32/+81
2014-01-25Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-19/+42
2014-01-25hung_task: Display every hung task warningAaron Tomlin2-5/+9
2014-01-25introduce __fcheck_files() to fix rcu_dereference_check_fdtable(), kill rcu_m...Oleg Nesterov1-11/+0
2014-01-25sysctl: Add neg_one as a standard constraintAaron Tomlin1-0/+1
2014-01-25kgdb/kdb: Fix no KDB config problemMike Travis2-4/+3
2014-01-25Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar3-15/+16
2014-01-24Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+4
2014-01-23Merge branch 'akpm' (incoming from Andrew)Linus Torvalds8-22/+63
2014-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+1
2014-01-23Merge git://git.infradead.org/users/eparis/auditLinus Torvalds5-193/+326
2014-01-23kdump: fix exported size of vmcoreinfo noteVivek Goyal1-1/+1
2014-01-23kexec: add sysctl to disable kexec_loadKees Cook2-1/+15
2014-01-23kernel/signal.c: change do_signal_stop/do_sigaction to use while_each_thread()Oleg Nesterov1-4/+3
2014-01-23kernel/sys.c: k_getrusage() can use while_each_thread()Oleg Nesterov1-2/+1
2014-01-23exec: kill task_struct->did_execOleg Nesterov2-4/+2
2014-01-23kernel/fork.c: remove redundant NULL check in dup_mm()Daeseok Youn1-3/+0
2014-01-23kernel/fork.c: fix coding style issuesDaeseok Youn1-2/+2
2014-01-23kernel/fork.c: make dup_mm() staticDaeSeok Youn1-1/+1
2014-01-23printk: flush conflicting continuation lineArun KS1-3/+6
2014-01-23numa: add a sysctl for numa_balancingAndi Kleen2-1/+32
2014-01-23tracing: Check if tracing is enabled in trace_puts()Steven Rostedt (Red Hat)1-0/+6
2014-01-23sched/clock: Fixup early initializationPeter Zijlstra1-12/+41
2014-01-23Revert "sched: Fix sleep time double accounting in enqueue entity"Vincent Guittot1-7/+1
2014-01-22Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-20/+11
2014-01-23tracing: Fix formatting of trace README fileSteven Rostedt (Red Hat)1-52/+64
2014-01-22tracing/README: Add event file usage to tracing mini-HOWTOTom Zanussi1-3/+34
2014-01-22Merge tag 'trace-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds14-908/+3065
2014-01-21Merge branch 'akpm' (incoming from Andrew)Linus Torvalds9-45/+38
2014-01-21Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds5-791/+520
2014-01-21Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-0/+2
2014-01-21sched: add tracepoints related to NUMA task migrationMel Gorman2-1/+7
2014-01-21kernel/power/snapshot.c: use memblock apis for early memory allocationsSantosh Shilimkar1-1/+1
2014-01-21kernel/printk/printk.c: use memblock apis for early memory allocationsSantosh Shilimkar1-7/+3
2014-01-21introduce for_each_thread() to replace the buggy while_each_thread()Oleg Nesterov2-0/+8
2014-01-21mm: add overcommit_kbytes sysctl variableJerome Marchand1-3/+8
2014-01-21fsnotify: remove pointless NULL initializersJan Kara2-5/+0
2014-01-21fsnotify: remove .should_send_event callbackJan Kara2-20/+1
2014-01-21fsnotify: do not share events between notification groupsJan Kara2-10/+12
2014-01-21module: Add missing newline in printk call.Tetsuo Handa1-4/+2
2014-01-20Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds8-254/+190
2014-01-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds24-323/+3087
2014-01-20Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-37/+96
2014-01-20Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds8-74/+251
2014-01-20Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds6-50/+242
2014-01-20Merge branch 'core-debug-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2014-01-19tracing: Fix buggered tee(2) on tracing_pipeAl Viro1-7/+1
2014-01-18cgroup: trivial style updatesSeongJae Park1-2/+3
2014-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-1/+1
2014-01-17audit: fix location of __net_initdata for audit_net_opsRichard Guy Briggs1-1/+1
2014-01-17audit: remove pr_info for every network namespaceEric Paris1-2/+0
2014-01-16sched: Fix __sched_setscheduler() nice testPeter Zijlstra1-1/+2
2014-01-16futexes: Fix futex_hashsize initializationHeiko Carstens1-2/+4
2014-01-16Merge branch 'perf/urgent' into perf/coreIngo Molnar15-116/+162
2014-01-16sched: Move SCHED_RESET_ON_FORK into attr::sched_flagsPeter Zijlstra1-14/+28
2014-01-16sched: Fix up attr::sched_priority warningPeter Zijlstra1-2/+1
2014-01-16sched: Fix up scheduler syscall LTP failsPeter Zijlstra1-3/+11
2014-01-16sched: Preserve the nice level over sched_setscheduler() and sched_setparam()...Peter Zijlstra1-2/+4
2014-01-16sched/core: Fix htmldocs warningsJuri Lelli1-2/+2
2014-01-16sched/deadline: No need to check p if dl_se is validJuri Lelli1-2/+1
2014-01-16sched/deadline: Remove unused variablesPeter Zijlstra1-11/+0
2014-01-16sched/deadline: Fix sparse static warningsFengguang Wu1-3/+3
2014-01-16Merge branches 'sched-urgent-for-linus' and 'timers-urgent-for-linus' of git:...Linus Torvalds1-1/+1
2014-01-16sched/nohz: Fix overflow error in scheduler_tick_max_deferment()Kevin Hilman1-1/+1
2014-01-15nohz_full: fix code style issue of tick_nohz_full_stop_tickAlex Shi1-8/+8
2014-01-15nohz: Get timekeeping max deferment outside jiffies_lockFrederic Weisbecker1-1/+2
2014-01-15tick: Rename tick_check_idle() to tick_irq_enter()Frederic Weisbecker2-5/+5
2014-01-14audit: Convert int limit uses to u32Joe Perches2-25/+26
2014-01-14audit: Use more current logging styleJoe Perches1-20/+18
2014-01-14audit: Use hex_byte_pack_upperJoe Perches1-5/+2
2014-01-14tracing: Have trace buffer point back to trace_arraySteven Rostedt (Red Hat)1-0/+2
2014-01-13audit: reorder AUDIT_TTY_SET argumentsEric Paris1-7/+4
2014-01-13audit: rework AUDIT_TTY_SET to only grab spin_lock onceEric Paris1-15/+13
2014-01-13audit: remove needless switch in AUDIT_SETEric Paris1-16/+9
2014-01-13audit: use define's for audit versionEric Paris1-1/+1
2014-01-13audit: wait_for_auditd rework for readabilityEric Paris1-9/+7
2014-01-13audit: log task info on feature changeRichard Guy Briggs1-0/+1
2014-01-13audit: fix incorrect set of audit_sockGao feng1-1/+1
2014-01-13audit: print error message when fail to create audit socketGao feng1-5/+4
2014-01-13audit: fix dangling keywords in audit_log_set_loginuid() outputRichard Guy Briggs1-6/+9
2014-01-13audit: log on errors from filter user rulesRichard Guy Briggs2-5/+8
2014-01-13audit: audit_log_start running on auditd should not stopToshiyuki Okajima1-6/+8
2014-01-13audit: drop audit_cmd_lock in AUDIT_USER family of casesRichard Guy Briggs1-0/+2
2014-01-13audit: convert all sessionid declaration to unsigned intEric Paris3-3/+3
2014-01-13audit: Added exe field to audit core dump signal logPaul Davies C2-1/+10
2014-01-13audit: prevent an older auditd shutdown from orphaning a newer auditd startupRichard Guy Briggs1-0/+2
2014-01-13audit: refactor audit_receive_msg() to clarify AUDIT_*_RULE* casesRichard Guy Briggs2-33/+45
2014-01-13audit: log AUDIT_TTY_SET config changesRichard Guy Briggs1-8/+26
2014-01-13audit: get rid of *NO* daemon at audit_pid=0 messageRichard Guy Briggs1-4/+6
2014-01-13audit: drop audit_log_abend()Paul Davies C1-8/+2
2014-01-13audit: allow unlimited backlog queueRichard Guy Briggs1-2/+4
2014-01-13audit: don't generate loginuid log when audit disabledGao feng1-0/+3
2014-01-13audit: use old_lock in audit_set_featureGao feng1-1/+1
2014-01-13audit: don't generate audit feature changed log when audit disabledGao feng1-0/+3
2014-01-13audit: fix incorrect order of log new and old featureGao feng1-1/+1
2014-01-13audit: remove useless code in audit_enableGao feng1-11/+2
2014-01-13audit: add audit_backlog_wait_time configuration optionRichard Guy Briggs1-2/+29
2014-01-13audit: clean up AUDIT_GET/SET local variables and future-proof APIRichard Guy Briggs1-25/+29
2014-01-13audit: add kernel set-up parameter to override default backlog limitRichard Guy Briggs1-1/+19
2014-01-13audit: efficiency fix 2: request exclusive wait since all need same resourceDan Duval1-1/+1
2014-01-13audit: efficiency fix 1: only wake up if queue shorter than backlog limitDan Duval1-1/+3
2014-01-13audit: make use of remaining sleep time from wait_for_auditdRichard Guy Briggs1-4/+8
2014-01-13audit: reset audit backlog wait time after error recoveryRichard Guy Briggs1-1/+4
2014-01-13audit: listen in all network namespacesRichard Guy Briggs3-12/+61
2014-01-13audit: restore order of tty and ses fields in log outputRichard Guy Briggs1-2/+2
2014-01-13audit: fix netlink portid naming and typesRichard Guy Briggs3-28/+30
2014-01-13audit: Simplify and correct audit_log_capsetEric W. Biederman2-5/+3
2014-01-13ftrace: Fix synchronization location disabling and freeing ftrace_opsSteven Rostedt (Red Hat)1-26/+32
2014-01-13sched/preempt: Fix up missed PREEMPT_NEED_RESCHED foldingPeter Zijlstra2-9/+11
2014-01-13sched/preempt, locking: Rework local_bh_{dis,en}able()Peter Zijlstra1-29/+6
2014-01-13ftrace: Have function graph only trace based on global_ops filtersSteven Rostedt (Red Hat)1-1/+44
2014-01-13sched/clock: Fix up clear_sched_clock_stable()Peter Zijlstra1-1/+12
2014-01-13sched/clock, x86: Use a static_key for sched_clock_stablePeter Zijlstra4-10/+37
2014-01-13sched/clock: Remove local_irq_disable() from the clocksPeter Zijlstra1-28/+6
2014-01-13locking: Optimize lock_bh functionsPeter Zijlstra1-2/+2
2014-01-13sched: Factor out the on_null_domain() checks in trigger_load_balance()Daniel Lezcano1-3/+5
2014-01-13sched: Pass 'struct rq' to nohz_idle_balance()Daniel Lezcano1-6/+5
2014-01-13sched: Pass 'struct rq' to rebalance_domains()Daniel Lezcano1-4/+4
2014-01-13sched: Remove unused parameter from nohz_balancer_kick()Daniel Lezcano1-4/+2
2014-01-13sched: Remove unused parameter from find_new_ilb()Daniel Lezcano1-2/+2
2014-01-13sched: Pass 'struct rq' to on_null_domain()Daniel Lezcano1-4/+4
2014-01-13sched: Reduce nohz_kick_needed() parametersDaniel Lezcano1-4/+4
2014-01-13sched: Reduce trigger_load_balance() parametersDaniel Lezcano3-3/+5
2014-01-13sched/deadline: Fix hotplug admission controlPeter Zijlstra1-51/+32
2014-01-13sched/deadline: Remove the sysctl_sched_dl knobsPeter Zijlstra4-221/+97
2014-01-13sched/deadline: Fix up the smp-affinity mask testsPeter Zijlstra1-19/+9
2014-01-13sched/deadline: speed up SCHED_DEADLINE pushes with a push-heapJuri Lelli6-40/+269
2014-01-13sched/deadline: Add bandwidth management for SCHED_DEADLINE tasksDario Faggioli4-36/+541
2014-01-13sched/deadline: Add SCHED_DEADLINE inheritance logicDario Faggioli7-53/+122
2014-01-13rtmutex: Turn the plist into an rb-treePeter Zijlstra6-52/+138
2014-01-13sched/deadline: Add latency tracing for SCHED_DEADLINE tasksDario Faggioli2-18/+79
2014-01-13sched/deadline: Add period support for SCHED_DEADLINE tasksHarald Gustafsson2-5/+15
2014-01-13sched/deadline: Add SCHED_DEADLINE avg_update accountingDario Faggioli1-0/+2
2014-01-13sched/deadline: Add SCHED_DEADLINE SMP-related data structures & logicJuri Lelli4-17/+962
2014-01-13sched/deadline: Add SCHED_DEADLINE structures & implementationDario Faggioli7-19/+812