aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2015-02-01sched: don't cause task state changes in nested sleep debuggingLinus Torvalds1-3/+2
2015-01-30Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+13
2015-01-28perf: Tighten (and fix) the grouping conditionPeter Zijlstra1-2/+13
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-8/+17
2015-01-26bpf: rcu lock must not be held when calling copy_to_user()Alexei Starovoitov1-8/+17
2015-01-26Merge branch 'for-3.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2015-01-25Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+4
2015-01-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-0/+11
2015-01-22x86, mpx: Strictly enforce empty prctl() argsDave Hansen1-0/+4
2015-01-23Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-26/+74
2015-01-22cgroup: prevent mount hang due to memory controller lifetimeJohannes Weiner1-1/+1
2015-01-22Merge branch 'fortglx/3.19-stable/time' of https://git.linaro.org/people/john...Thomas Gleixner2-0/+11
2015-01-22module: make module_refcount() a signed integer.Rusty Russell2-5/+14
2015-01-21Merge branch 'for-3.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-17/+8
2015-01-20module: fix race in kallsyms resolution during module load success.Rusty Russell1-13/+42
2015-01-20module: remove mod arg from module_free, rename module_memfree().Rusty Russell3-9/+9
2015-01-20module_arch_freeing_init(): new hook for archs before module->module_init freed.Rusty Russell1-0/+7
2015-01-20param: fix uninitialized read with CONFIG_DEBUG_LOCK_ALLOCRusty Russell1-0/+1
2015-01-17kernel: avoid overflow in cmp_rangeLouis Langholtz1-5/+5
2015-01-16workqueue: fix subtle pool management issue which can stall whole worker_poolTejun Heo1-17/+8
2015-01-17Merge tag 'trace-fixes-v3.19-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-23/+100
2015-01-15tracing: Fix enabling of syscall events on the command lineSteven Rostedt (Red Hat)1-14/+55
2015-01-15tracing: Remove extra call to init_ftrace_syscalls()Steven Rostedt (Red Hat)1-1/+0
2015-01-15ftrace: Check both notrace and filter for old hashSteven Rostedt (Red Hat)1-7/+20
2015-01-15ftrace: Fix updating of filters for shared global_ops filtersSteven Rostedt (Red Hat)1-1/+25
2015-01-11Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-30/+14
2015-01-11Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-11/+8
2015-01-11Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+1
2015-01-09Merge tag 'for_linus-3.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-139/+228
2015-01-09mutex: Always clear owner field upon mutex_unlock()Chris Wilson1-1/+1
2015-01-09sched/fair: Fix RCU stall upon -ENOMEM in sched_create_group()Tetsuo Handa1-0/+4
2015-01-09sched/deadline: Avoid double-accounting in case of missed deadlinesLuca Abeni1-18/+1
2015-01-09sched/deadline: Fix migration of SCHED_DEADLINE tasksLuca Abeni1-3/+3
2015-01-09sched: Fix odd values in effective_load() calculationsYuyang Du1-1/+1
2015-01-09perf: Move task_pt_regs sampling into arch codeAndy Lutomirski1-11/+8
2015-01-08exit: fix race between wait_consider_task() and wait_task_zombie()Oleg Nesterov1-3/+9
2015-01-07time: adjtimex: Validate the ADJ_FREQUENCY valuesSasha Levin1-0/+7
2015-01-07time: settimeofday: Validate the values of tv from userSasha Levin1-0/+4
2014-12-31Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds1-9/+40
2014-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2014-12-30audit: create private file name copies when auditing inodesPaul Moore1-9/+40
2014-12-27netlink/genetlink: pass network namespace to bind/unbindJohannes Berg1-1/+1
2014-12-23Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds3-21/+24
2014-12-23audit: restore AUDIT_LOGINUID unset ABIRichard Guy Briggs1-0/+10
2014-12-23sched: Fix KMALLOC_MAX_SIZE overflow during cpumask allocationAlex Thorlton1-8/+5
2014-12-23param: initialize store function to NULL if not available.Rusty Russell1-0/+2
2014-12-22audit: correctly record file names with different path name typesPaul Moore1-4/+10
2014-12-20Merge tag 'pm-config-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-10/+6
2014-12-19audit: use supplied gfp_mask from audit_buffer in kauditd_send_multicast_skbRichard Guy Briggs1-4/+4
2014-12-19audit: don't attempt to lookup PIDs when changing PID filtering audit rulesPaul Moore1-13/+0
2014-12-19PM: Eliminate CONFIG_PM_RUNTIMERafael J. Wysocki1-10/+6
2014-12-19Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+0
2014-12-19Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-1/+77
2014-12-19Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+2
2014-12-19tick/powerclamp: Remove tick_nohz_idle abuseThomas Gleixner1-2/+0
2014-12-18Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-146/+121
2014-12-18Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2014-12-18param: do not set store func without write permKees Cook1-1/+3
2014-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds4-13/+125
2014-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds6-54/+55
2014-12-16Merge tag 'trace-3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds5-8/+87
2014-12-15Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2-1/+2
2014-12-15tracing: Add tp_printk cmdline to have tracepoints go to printk()Steven Rostedt (Red Hat)4-0/+57
2014-12-15tracing: Move enabling tracepoints to just after rcu_init()Steven Rostedt (Red Hat)4-8/+30
2014-12-14Merge tag 'tty-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-21/+0
2014-12-13Merge branch 'for-3.19/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+0
2014-12-13Merge tag 'trace-seq-buf-3.19-v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+8
2014-12-13Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds1-1/+1
2014-12-13fsnotify: unify inode and mount marks handlingJan Kara1-8/+8
2014-12-13gcov: enable GCOV_PROFILE_ALL from ARCH KconfigsRiku Voipio1-1/+4
2014-12-13kexec: remove unnecessary KERN_ERR from kexec.cMasanari Iida1-1/+1
2014-12-13syscalls: implement execveat() system callDavid Drysdale1-0/+3
2014-12-13stacktrace: introduce snprint_stack_trace for buffer outputJoonsoo Kim1-0/+32
2014-12-13uprobes: share the i_mmap_rwsemDavidlohr Bueso1-2/+2
2014-12-13mm: convert i_mmap_mutex to rwsemDavidlohr Bueso1-1/+1
2014-12-13mm: use new helper functions around the i_mmap_mutexDavidlohr Bueso2-4/+4
2014-12-13genirq: Prevent proc race against freeing of irq descriptorsThomas Gleixner3-1/+77
2014-12-13tracing / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki1-1/+1
2014-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-2/+2
2014-12-12Merge branch 'linus' into perf/urgent, to pick up the upstream merged bitsIngo Molnar16-148/+325
2014-12-11Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2-159/+178
2014-12-11Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-6/+24
2014-12-11Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2-3/+3
2014-12-12Merge tag 'drm-intel-next-fixes-2014-12-11' of git://anongit.freedesktop.org/...Dave Airlie1-0/+1
2014-12-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2-7/+13
2014-12-11userns; Correct the comment in map_writeEric W. Biederman1-1/+1
2014-12-11userns: Allow setting gid_maps without privilege when setgroups is disabledEric W. Biederman1-0/+5
2014-12-11userns: Add a knob to disable setgroups on a per user namespace basisEric W. Biederman2-0/+86
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds7-97/+750
2014-12-11printk: Do not disable preemption for accessing printk_funcSteven Rostedt (Red Hat)1-2/+8
2014-12-11perf: Fix events installation during moving groupJiri Olsa1-2/+2
2014-12-10Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-41/+35
2014-12-10Merge tag 'trace-seq-buf-3.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-131/+172
2014-12-10Merge tag 'trace-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds25-1177/+1132
2014-12-10Merge branch 'akpm' (patchbomb from Andrew)Linus Torvalds12-424/+205
2014-12-10Merge branch 'nsfs' into for-nextAl Viro6-54/+55
2014-12-10exit: pidns: fix/update the comments in zap_pid_ns_processes()Oleg Nesterov1-4/+24
2014-12-10exit: pidns: alloc_pid() leaks pid_namespace if child_reaper is exitingOleg Nesterov1-0/+2
2014-12-10exit: exit_notify: re-use "dead" list to autoreap currentOleg Nesterov1-4/+2
2014-12-10exit: reparent: call forget_original_parent() under tasklist_lockOleg Nesterov1-24/+23
2014-12-10exit: reparent: avoid find_new_reaper() if no childrenOleg Nesterov1-0/+3
2014-12-10exit: reparent: introduce find_alive_thread()Oleg Nesterov1-13/+19
2014-12-10exit: reparent: introduce find_child_reaper()Oleg Nesterov1-21/+35
2014-12-10exit: reparent: document the ->has_child_subreaper checksOleg Nesterov1-8/+6
2014-12-10exit: reparent: s/while_each_thread/for_each_thread/ in find_new_reaper()Oleg Nesterov1-5/+3
2014-12-10exit: reparent: fix the cross-namespace PR_SET_CHILD_SUBREAPER reparentingOleg Nesterov1-2/+4
2014-12-10exit: reparent: fix the dead-parent PR_SET_CHILD_SUBREAPER reparentingOleg Nesterov1-1/+1
2014-12-10exit: release_task: fix the comment about group leader accountingOleg Nesterov1-7/+4
2014-12-10exit: wait: drop tasklist_lock before psig->c* accountingOleg Nesterov1-7/+5
2014-12-10exit: wait: don't use zombie->real_parentOleg Nesterov1-12/+11
2014-12-10exit: wait: cleanup the ptrace_reparented() checksOleg Nesterov1-8/+6
2014-12-10usermodehelper: kill the kmod_thread_locker logicOleg Nesterov1-30/+3
2014-12-10usermodehelper: don't use CLONE_VFORK for ____call_usermodehelper()Oleg Nesterov1-9/+3
2014-12-10printk: drop logbuf_cpu volatile qualifierAlex Elder1-1/+1
2014-12-10printk: add and use LOGLEVEL_<level> defines for KERN_<LEVEL> equivalentsJoe Perches1-15/+13
2014-12-10printk: remove used-once early_vprintkJoe Perches1-11/+8
2014-12-10kernel: add panic_on_warnPrarit Bhargava3-0/+23
2014-12-10exit: ptrace: shift "reap dead" code from exit_ptrace() to forget_original_pa...Oleg Nesterov2-26/+7
2014-12-10exit: reparent: cleanup the usage of reparent_leader()Oleg Nesterov1-13/+9
2014-12-10exit: reparent: cleanup the changing of ->parentOleg Nesterov1-8/+5
2014-12-10exit: reparent: use ->ptrace_entry rather than ->sibling for EXIT_DEAD tasksOleg Nesterov1-3/+3
2014-12-10sched_show_task: fix unsafe usage of ->real_parentOleg Nesterov1-1/+3
2014-12-10kernel: res_counter: remove the unused APIJohannes Weiner2-212/+0
2014-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds5-6/+11
2014-12-10Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2014-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+6
2014-12-10Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-5/+63
2014-12-10Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-0/+16
2014-12-10Merge branch 'irq-irqdomain-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6-21/+1024
2014-12-10Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-10/+26
2014-12-10Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-40/+41
2014-12-09Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds16-213/+721
2014-12-09Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-9/+51
2014-12-09Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds15-137/+268
2014-12-09userns: Rename id_map_mutex to userns_state_mutexEric W. Biederman1-8/+6
2014-12-09userns: Only allow the creator of the userns unprivileged mappingsEric W. Biederman1-2/+4
2014-12-09userns: Check euid no fsuid when establishing an unprivileged uid mappingEric W. Biederman1-1/+1
2014-12-09userns: Don't allow unprivileged creation of gid mappingsEric W. Biederman1-4/+0
2014-12-09userns: Don't allow setgroups until a gid mapping has been setablishedEric W. Biederman2-1/+17
2014-12-09blktrace: don't let the sysfs interface remove trace from running listArianna Avanzini1-3/+0
2014-12-09Merge branch 'next' into upstream for v3.19Paul Moore1-1/+1
2014-12-08Merge branch 'iov_iter' into for-nextAl Viro35-260/+410
2014-12-08Merge branch 'pm-runtime'Rafael J. Wysocki1-5/+1
2014-12-08Merge branches 'pm-domains', 'pm-sleep' and 'pm-tools'Rafael J. Wysocki4-35/+34
2014-12-08Merge branches 'powercap', 'pm-clk', 'pm-config' and 'pm-opp'Rafael J. Wysocki1-1/+0
2014-12-08workqueue: allow rescuer thread to do more work.NeilBrown1-1/+19
2014-12-08workqueue: invert the order between pool->lock and wq_mayday_lockTejun Heo1-4/+4
2014-12-08sched: Add missing rcu protection to wake_up_all_idle_cpusAndy Lutomirski1-2/+7
2014-12-08Merge tag 'v3.18' into drm-nextDave Airlie1-2/+6
2014-12-07genirq: Move irq_chip_write_msi_msg() helper to coreThomas Gleixner1-0/+6
2014-12-06Merge 3.18-rc7 into tty-nextGreg Kroah-Hartman16-95/+131
2014-12-05bpf: verifier: add checks for BPF_ABS | BPF_IND instructionsAlexei Starovoitov1-2/+68
2014-12-05userns: Document what the invariant required for safe unprivileged mappings.Eric W. Biederman1-1/+3
2014-12-05groups: Consolidate the setgroups permission checksEric W. Biederman2-2/+9
2014-12-05drm/i915: compute wait_ioctl timeout correctlyDaniel Vetter1-0/+1
2014-12-04bury struct proc_ns in fs/procAl Viro1-3/+1
2014-12-04copy address of proc_ns_ops into ns_commonAl Viro6-4/+14
2014-12-04new helpers: ns_alloc_inum/ns_free_inumAl Viro3-6/+6
2014-12-04make proc_ns_operations work with struct ns_common * instead of void *Al Viro3-27/+9
2014-12-04switch the rest of proc_ns_operations to working with &...->nsAl Viro3-16/+27
2014-12-04common object embedded into various struct ....nsAl Viro5-11/+11
2014-12-04workqueue: cosmetic update in rescuer_thread()Tejun Heo1-1/+1
2014-12-03context_tracking: Restore previous state in schedule_userAndy Lutomirski1-2/+6
2014-12-04PM: Drop CONFIG_PM_RUNTIME from the driver coreRafael J. Wysocki1-4/+0
2014-12-03tracing: Truncated output is better than nothingDan Carpenter1-5/+2
2014-12-03tracing: Add additional marks to signal very large time deltasByungchul Park3-25/+34
2014-12-03tracing: Allow NOT to filter AND and OR clausesSteven Rostedt (Red Hat)1-4/+5
2014-12-03tracing: Add NOT to filtering logicSteven Rostedt (Red Hat)1-2/+18
2014-12-02Merge tag 'v3.18-rc7' into drm-nextDave Airlie16-95/+131
2014-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-1/+10
2014-11-27Merge back earlier 'pm-runtime' material for 3.19-rc1.Rafael J. Wysocki1-1/+1
2014-11-25time: Fix sign bug in NTP mult overflow warningJohn Stultz1-1/+1
2014-11-23uprobes, x86: Fix _TIF_UPROBE vs _TIF_NOTIFY_RESUMEAndy Lutomirski1-1/+0
2014-11-23sched: Provide update_curr callbacks for stop/idle scheduling classesThomas Gleixner2-0/+10
2014-11-23PCI/MSI: Move cached entry functions to irq coreJiang Liu1-0/+13
2014-11-23genirq: Provide default callbacks for msi_domain_opsJiang Liu1-8/+103
2014-11-23genirq: Introduce msi_domain_alloc/free_irqs()Jiang Liu1-0/+75
2014-11-23genirq: Add generic msi irq domain supportJiang Liu3-0/+152
2014-11-23genirq: Work around __irq_set_handler vs stacked domains ordering issuesMarc Zyngier1-1/+24
2014-11-23irqdomain: Introduce helper function irq_domain_add_hierarchy()Jiang Liu1-0/+36
2014-11-23irqdomain: Implement a method to automatically call parent domains alloc/freeJiang Liu1-2/+80
2014-11-23genirq: Introduce helper irq_domain_set_info() to reduce duplicated codeJiang Liu1-0/+21
2014-11-23genirq: Add IRQ_SET_MASK_OK_DONE to support stacked irqchipJiang Liu1-0/+2
2014-11-23genirq: Introduce irq_chip.irq_compose_msi_msg() to support stacked irqchipJiang Liu1-0/+26
2014-11-23genirq: Add more helper functions to support stacked irq_chipYingjoe Chen1-0/+48
2014-11-23genirq: Introduce helper functions to support stacked irq_chipJiang Liu1-0/+28
2014-11-23irqdomain: Do irq_find_mapping and set_type for hierarchy irqdomain in case OFYingjoe Chen1-9/+18
2014-11-23irqdomain: Introduce new interfaces to support hierarchy irqdomainsJiang Liu3-16/+407
2014-11-22Merge branch 'master' into for-3.19Tejun Heo32-259/+400
2014-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-48/+49
2014-11-21Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds6-43/+42
2014-11-21Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+5
2014-11-21time: Fixup comments to reflect usage of timespec64John Stultz1-3/+3
2014-11-21time: Expose get_monotonic_coarse64() for in-kernel usesJohn Stultz1-2/+2
2014-11-21time: Expose getrawmonotonic64 for in-kernel usesJohn Stultz1-5/+6
2014-11-21time: Provide y2038 safe mktime() replacementpang.xunlei1-12/+8
2014-11-21time: Provide y2038 safe timekeeping_inject_sleeptime() replacementpang.xunlei1-6/+4
2014-11-21time: Provide y2038 safe do_settimeofday() replacementpang.xunlei1-10/+9
2014-11-21time: Complete NTP adjustment threshold judging conditionspang.xunlei1-1/+2
2014-11-21time: Avoid possible NTP adjustment mult overflow.pang.xunlei1-0/+6