aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2014-02-08Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
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-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
2014-01-13sched: Add new scheduler syscalls to support an extended scheduling parameter...Dario Faggioli2-23/+249
2014-01-13Merge branch 'sched/urgent' into sched/coreIngo Molnar17-60/+110
2014-01-13futexes: Avoid taking the hb->lock if there's nothing to wake upDavidlohr Bueso1-25/+92
2014-01-13futexes: Document multiprocessor ordering guaranteesThomas Gleixner1-0/+57
2014-01-13futexes: Increase hash table size for better performanceDavidlohr Bueso1-7/+19
2014-01-13futexes: Clean up various detailsJason Low1-27/+12
2014-01-13Merge tag 'v3.13-rc8' into core/lockingIngo Molnar14-112/+158
2014-01-12Merge branches 'pm-sleep', 'pm-runtime' and 'pm-apm'Rafael J. Wysocki1-3/+4
2014-01-12Merge branch 'fortglx/3.14/time' of git://git.linaro.org/people/john.stultz/l...Ingo Molnar4-27/+29
2014-01-12Merge branch 'linus' into timers/coreIngo Molnar26-170/+226
2014-01-12perf: Introduce a flag to enable close-on-exec in perf_event_open()Yann Droneaud1-3/+9
2014-01-12perf/x86: Fix active_entry initializationStephane Eranian1-0/+2
2014-01-12sched_clock: Disable seqlock lockdep usage in sched_clock()John Stultz1-3/+3
2014-01-12sched: Calculate effective load even if local weight is 0Rik van Riel1-1/+1
2014-01-11workqueue: Calling destroy_work_on_stack() to pair with INIT_WORK_ONSTACK()Chuansheng Liu1-0/+2
2014-01-09ftrace: Synchronize setting function_trace_op with ftrace_trace_functionSteven Rostedt (Red Hat)1-15/+72
2014-01-09tracing: Show available event triggers when no trigger is setSteven Rostedt (Red Hat)1-0/+20
2014-01-09tracing: Consolidate event trigger codeSteven Rostedt (Red Hat)2-80/+16
2014-01-09tracing: Fix counter for traceon/off event triggersSteven Rostedt (Red Hat)1-2/+8
2014-01-06tracing: Remove double-underscore naming in syscall trigger invocationsTom Zanussi1-8/+8
2014-01-06tracing/kprobes: Add trace event trigger invocationsTom Zanussi1-6/+36
2014-01-06PM / hibernate: Call platform_leave() in suspend path tooBjørn Mork1-3/+3
2014-01-03tracing/probes: Fix build break on !CONFIG_KPROBE_EVENTNamhyung Kim2-8/+8
2014-01-02tracing/uprobes: Add @+file_offset fetch methodNamhyung Kim4-1/+62
2014-01-02uprobes: Allocate ->utask before handler_chain() for tracing handlersOleg Nesterov1-0/+4
2014-01-02tracing/uprobes: Add support for full argument access methodsNamhyung Kim1-12/+22
2014-01-02tracing/uprobes: Fetch args before reserving a ring bufferNamhyung Kim1-14/+132
2014-01-02tracing/uprobes: Pass 'is_return' to traceprobe_parse_probe_arg()Namhyung Kim1-1/+1
2014-01-02tracing/probes: Implement 'memory' fetch method for uprobesNamhyung Kim4-81/+129
2014-01-02tracing/probes: Add fetch{,_size} member into deref fetch methodHyeoncheol Lee1-2/+20
2014-01-02tracing/probes: Move 'symbol' fetch method to kprobesNamhyung Kim4-59/+91
2014-01-02tracing/probes: Implement 'stack' fetch method for uprobesNamhyung Kim4-26/+66
2014-01-02tracing/probes: Split [ku]probes_fetch_type_tableNamhyung Kim4-39/+119
2014-01-02tracing/probes: Move fetch function helpers to trace_probe.hNamhyung Kim2-61/+78
2014-01-02tracing/probes: Integrate duplicate set_print_fmt()Namhyung Kim4-116/+66
2014-01-02tracing/kprobes: Move common functions to trace_probe.hNamhyung Kim2-48/+48
2014-01-02tracing/uprobes: Convert to struct trace_probeNamhyung Kim1-80/+79
2014-01-02tracing/kprobes: Factor out struct trace_probeNamhyung Kim2-285/+295
2014-01-02tracing/probes: Fix basic print type functionsNamhyung Kim1-11/+11
2014-01-02tracing/uprobes: Fix documentation of uprobe registration syntaxNamhyung Kim1-1/+1
2014-01-02tracing: Fix rcu handling of event_trigger_data filter fieldSteven Rostedt (Red Hat)2-4/+6
2014-01-02tracing: Add generic tracing_lseek() functionSteven Rostedt (Red Hat)5-26/+19
2013-12-31Merge tag 'v3.13-rc6' into for-3.14/coreJens Axboe31-240/+375
2013-12-30Merge back earlier 'pm-sleep' material.Rafael J. Wysocki19-75/+105
2013-12-29Merge tag 'pm+acpi-3.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2013-12-27Merge branches 'pm-cpufreq' and 'pm-sleep' containing PM fixesRafael J. Wysocki1-0/+1
2013-12-24Merge branch 'for-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-18/+32
2013-12-24Merge branch 'for-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+6
2013-12-23timekeeping: Remove comment that's mostly out of dateJohn Stultz1-10/+0