aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2014-10-03Merge tag 'trace-fixes-v3.17-rc7' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2014-10-02perf: fix perf bug in fork()Peter Zijlstra2-3/+6
2014-10-02ring-buffer: Fix infinite spin in reading bufferSteven Rostedt (Red Hat)1-1/+1
2014-09-27Merge branch 'for-3.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+5
2014-09-25Merge tag 'pm+acpi-3.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-35/+15
2014-09-24cpuset: PF_SPREAD_PAGE and PF_SPREAD_SLAB should be atomic flagsZefan Li1-4/+5
2014-09-25Revert "PM / Hibernate: Iterate over set bits instead of PFNs in swsusp_free()"Rafael J. Wysocki1-35/+15
2014-09-23Merge branch 'for-3.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+0
2014-09-19Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+10
2014-09-18cgroup: fix unbalanced lockingZefan Li1-1/+0
2014-09-13Merge branches 'locking-urgent-for-linus' and 'timers-urgent-for-linus' of gi...Linus Torvalds3-36/+55
2014-09-12alarmtimer: Lock k_itimer during timer callbackRichard Larocque1-2/+8
2014-09-12alarmtimer: Do not signal SIGEV_NONE timersRichard Larocque1-2/+4
2014-09-12alarmtimer: Return relative times in timer_gettimeRichard Larocque1-7/+11
2014-09-12jiffies: Fix timeval conversion to jiffiesAndrew Hunter1-25/+31
2014-09-12futex: Unlock hb->lock in futex_wait_requeue_pi() error pathThomas Gleixner1-0/+1
2014-09-10kcmp: fix standard comparison bugRasmus Villemoes1-3/+4
2014-09-10kernel/printk/printk.c: fix faulty logic in the case of recursive printkPatrick Palka1-3/+3
2014-09-09perf: Fix a race condition in perf_remove_from_context()Cong Wang1-0/+10
2014-09-07Merge branch 'for-3.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-14/+33
2014-09-07Merge tag 'pm+acpi-3.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-13/+21
2014-09-07Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-12/+12
2014-09-07Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-5/+38
2014-09-06timekeeping: Update timekeeper before updating vsyscall and pvclockThomas Gleixner1-2/+3
2014-09-06compat: nanosleep: Clarify error handlingThomas Gleixner1-3/+21
2014-09-04nohz: Restore NMI safe local irq work for local nohz kickFrederic Weisbecker1-0/+14
2014-09-05cgroup: check cgroup liveliness before unbreaking kernfsLi Zefan1-1/+7
2014-09-05cgroup: delay the clearing of cgrp->kn->privLi Zefan1-11/+10
2014-09-03Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar2-12/+12
2014-09-03PM / sleep: Fix test_suspend= command line optionRafael J. Wysocki3-13/+21
2014-09-01Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2014-08-29kexec: create a new config option CONFIG_KEXEC_FILE for new syscallVivek Goyal1-0/+11
2014-08-29resource: fix the case of null pointer accessVivek Goyal1-7/+4
2014-08-28rcu: Make nocb leader kthreads process pending callbacks after spawningPranith Kumar2-12/+12
2014-08-27Merge tag 'trace-fixes-v3.17-rc1-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+15
2014-08-25trace: Fix epoll hang when we race with new entriesJosef Bacik1-1/+15
2014-08-25Merge tag 'trace-fixes-v3.17-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-89/+157
2014-08-25irq: Export handle_fasteoi_irqVincent Stehlé1-0/+1
2014-08-24Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-2/+34
2014-08-22ftrace: Use current addr when converting to nop in __ftrace_replace_code()Steven Rostedt (Red Hat)1-1/+1
2014-08-22ftrace: Fix function_profiler and function tracer togetherSteven Rostedt (Red Hat)1-22/+38
2014-08-22ftrace: Fix up trampoline accounting with looping on hash opsSteven Rostedt (Red Hat)1-15/+28
2014-08-22ftrace: Update all ftrace_ops for a ftrace_hash_ops updateSteven Rostedt (Red Hat)1-4/+39
2014-08-22cgroup: Display legacy cgroup files on default hierarchyVivek Goyal1-2/+11
2014-08-22ftrace: Allow ftrace_ops to use the hashes from other opsSteven Rostedt (Red Hat)1-48/+52
2014-08-20perf: Handle compat ioctlPawel Moll1-1/+22
2014-08-18cgroup: reject cgroup names with '\n'Alban Crequy1-0/+5
2014-08-16module: Clean up ro/nx after early module load failuresAndy Lutomirski1-0/+5
2014-08-14Merge tag 'pm+acpi-3.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-8/+27
2014-08-14timekeeping: Another fix to the VSYSCALL_OLD update_vsyscallJohn Stultz1-2/+3
2014-08-14Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-0/+12
2014-08-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2-6/+6
2014-08-13printk: Add function to return log buffer address and sizeVasant Hegde1-0/+12
2014-08-11Merge branches 'pm-sleep', 'pm-cpufreq' and 'pm-cpuidle'Rafael J. Wysocki3-8/+27
2014-08-11seccomp: Replace BUG(!spin_is_locked()) with assert_spin_lockGuenter Roeck2-6/+6
2014-08-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-255/+201
2014-08-10Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-8/+6
2014-08-09Merge tag 'trace-fixes-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-17/+14
2014-08-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2-14/+7
2014-08-09Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-25/+21
2014-08-08kexec: verify the signature of signed PE bzImageVivek Goyal1-0/+15
2014-08-08kexec: support for kexec on panic using new system callVivek Goyal1-9/+37
2014-08-08kexec-bzImage64: support for loading bzImage using 64bit entryVivek Goyal1-3/+8
2014-08-08kexec: load and relocate purgatory at kernel load timeVivek Goyal1-1/+543
2014-08-08kexec: implementation of new syscall kexec_file_loadVivek Goyal1-5/+478
2014-08-08kexec: new syscall kexec_file_load() declarationVivek Goyal2-0/+8
2014-08-08resource: provide new functions to walk through resourcesVivek Goyal1-9/+92
2014-08-08kexec: use common function for kimage_normal_alloc() and kimage_crash_alloc()Vivek Goyal1-71/+34
2014-08-08kexec: move segment verification code in a separate functionVivek Goyal1-82/+100
2014-08-08kexec: rename unusebale_pages to unusable_pagesVivek Goyal1-3/+3
2014-08-08bin2c: move bin2c in scripts/basicVivek Goyal1-1/+1
2014-08-08shm: add memfd_create() syscallDavid Herrmann1-0/+1
2014-08-08mm: allow drivers to prevent new writable mappingsDavid Herrmann1-1/+1
2014-08-08kernel/acct.c: fix coding style warnings and errorsIonut Alexa1-13/+17
2014-08-08shm: make exit_shm work proportional to task activityJack Miller1-0/+6
2014-08-08panic: add TAINT_SOFTLOCKUPJosh Hunt2-0/+2
2014-08-08kernel/gcov/fs.c: remove unnecessary null test before debugfs_removeFabian Frederick1-2/+1
2014-08-08kernel/fork.c: make mm_init_owner staticVladimir Davydov1-7/+7
2014-08-08fork: copy mm's vm usage counters under mmap_semVladimir Davydov1-0/+5
2014-08-08fork: reset mm->pinned_vmVladimir Davydov1-0/+1
2014-08-08fork/exec: cleanup mm initializationVladimir Davydov1-27/+20
2014-08-08proc: constify seq_operationsFabian Frederick1-3/+3
2014-08-08kernel/exit.c: fix coding style warnings and errorsIonut Alexa1-23/+26
2014-08-08kernel/test_kprobes.c: use current logging functionsFabian Frederick1-56/+31
2014-08-08kernel/kallsyms.c: fix %pB when there's no symbol at the addressNamhyung Kim1-1/+1
2014-08-08page-cgroup: get rid of NR_PCG_FLAGSVladimir Davydov1-2/+0
2014-08-08mm: memcontrol: use page lists for uncharge batchingJohannes Weiner1-4/+0
2014-08-08mm: memcontrol: rewrite charge APIJohannes Weiner1-7/+8
2014-08-08kprobes: Skip kretprobe hit in NMI context to avoid deadlockMasami Hiramatsu1-1/+12
2014-08-07kernel/acct.c: fix coding style warnings and errorsIonut Alexa1-12/+16
2014-08-07death to mnt_pinnedAl Viro1-5/+19
2014-08-07take fs_pin stuff to fs/*Al Viro1-95/+32
2014-08-07start carving bsd_acct_struct upAl Viro1-19/+23
2014-08-07acct: move mnt_pin() upwards.Al Viro1-2/+1
2014-08-07make acct_kill() wait for file closing.Al Viro1-3/+17
2014-08-07acct: get rid of acct_lock for acct->countAl Viro1-33/+52
2014-08-07acct: get rid of acct_listAl Viro1-80/+55
2014-08-07acct: simplify check_free_space()Al Viro1-39/+11
2014-08-07acct: new lifetime rulesAl Viro1-106/+114
2014-08-07acct: serialize acct_on()Al Viro1-0/+4
2014-08-07acct() should honour the limits from the very beginningAl Viro1-2/+2
2014-08-07split the slow path in acct_process() offAl Viro1-22/+28
2014-08-07separate namespace-independent parts of filling acct_tAl Viro1-47/+51
2014-08-07acct: switch to __kernel_write()Al Viro1-19/+12
2014-08-07acct: encode_comp_t(0) is 0, fortunately...Al Viro1-3/+0
2014-08-07Merge commit 'ccbf62d8a284cf181ac28c8e8407dd077d90dd4b' into for-nextAl Viro23-469/+708
2014-08-06Merge branch 'akpm' (patchbomb from Andrew Morton)Linus Torvalds6-69/+114
2014-08-06Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-222/+475
2014-08-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+1
2014-08-06kernel/printk/printk.c: fix bool assignementsNeil Zhang1-3/+3
2014-08-06printk: enable interrupts before calling console_trylock_for_printk()Jan Kara1-10/+21
2014-08-06printk: miscellaneous cleanupsAlex Elder1-13/+13
2014-08-06printk: use a clever macroAlex Elder1-10/+2
2014-08-06printk: fix some commentsAlex Elder1-11/+12
2014-08-06printk: rename DEFAULT_MESSAGE_LOGLEVELAlex Elder1-1/+1
2014-08-06printk: tweak do_syslog() to match commentsAlex Elder1-1/+1
2014-08-06printk: allow increasing the ring buffer depending on the number of CPUsLuis R. Rodriguez1-0/+34
2014-08-06printk: make dynamic units clear for the kernel ring bufferLuis R. Rodriguez1-1/+1
2014-08-06printk: move power of 2 practice of ring buffer size to a helperLuis R. Rodriguez1-4/+10
2014-08-06printk: make dynamic kernel ring buffer alignment explicitLuis R. Rodriguez1-2/+3
2014-08-06kernel/smp.c:on_each_cpu_cond(): fix warning in fallback pathSasha Levin1-1/+1
2014-08-06mm, oom: remove unnecessary exit_state checkDavid Rientjes1-0/+1
2014-08-06mm, hugetlb: remove hugetlb_zero and hugetlb_infinityDavid Rientjes1-6/+3
2014-08-06kernel/watchdog.c: convert printk/pr_warning to pr_foo()Fabian Frederick1-4/+6
2014-08-06kernel/auditfilter.c: replace count*size kmalloc by kcallocFabian Frederick1-2/+2
2014-08-06PM / hibernate: avoid unsafe pages in e820 reserved regionsLee, Chun-Yi1-1/+20
2014-08-06ring-buffer: Always reset iterator to reader pageSteven Rostedt (Red Hat)1-11/+6
2014-08-06ring-buffer: Up rb_iter_peek() loop count to 3Steven Rostedt (Red Hat)1-6/+8
2014-08-06cpuidle: menu: Lookup CPU runqueues lessMel Gorman2-7/+7
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds5-10/+547
2014-08-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds7-63/+412
2014-08-06Rip out get_signal_to_deliver()Richard Weinberger1-11/+12
2014-08-06Clean up signal_delivered()Richard Weinberger1-13/+8
2014-08-06tracehook_signal_handler: Remove sig, info, ka and regsRichard Weinberger1-1/+1
2014-08-05Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds25-748/+1024
2014-08-05Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-3/+4
2014-08-05Merge branch 'pm-sleep'Rafael J. Wysocki1-127/+367
2014-08-05Merge branch 'pm-cpuidle'Rafael J. Wysocki1-4/+0
2014-08-04Merge tag 'staging-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2014-08-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds14-274/+382
2014-08-04Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-1/+19
2014-08-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds12-407/+664
2014-08-04Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds9-99/+329
2014-08-04Merge tag 'trace-3.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds3-61/+19
2014-08-04Merge tag 'trace-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds13-464/+932
2014-08-04Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds5-332/+627
2014-08-04Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2-6/+8
2014-08-04Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2-140/+62
2014-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-4/+0
2014-08-03Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-5/+9
2014-08-02net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov2-21/+19
2014-08-02net: filter: rename sk_convert_filter() -> bpf_convert_filter()Alexei Starovoitov2-3/+3
2014-08-02net: filter: rename sk_chk_filter() -> bpf_check_classic()Alexei Starovoitov2-3/+3
2014-08-01timer: Fix lock inversion between hrtimer_bases.lock and scheduler locksJan Kara1-4/+6
2014-07-31Revert "irq: Warn when shared interrupts do not match on NO_SUSPEND"Thomas Gleixner1-5/+2
2014-07-31Revert "PM / sleep / irq: Do not suspend wakeup interrupts"Thomas Gleixner1-2/+1
2014-07-30kexec: fix build error when hugetlbfs is disabledDavid Rientjes1-0/+2
2014-07-30Josh has movedJosh Triplett1-2/+2
2014-07-30kexec: export free_huge_page to VMCOREINFOAtsushi Kumagai1-0/+2
2014-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-7/+39
2014-07-30cpuset: fix the WARN_ON() in update_nodemasks_hier()Li Zefan1-1/+1
2014-07-29namespaces: Use task_lock and not rcu to protect nsproxyEric W. Biederman2-14/+7
2014-07-29PM / Hibernate: Touch Soft Lockup Watchdog in rtree_next_nodeJoerg Roedel1-0/+1
2014-07-29PM / Hibernate: Remove the old memory-bitmap implementationJoerg Roedel1-202/+21
2014-07-29PM / Hibernate: Iterate over set bits instead of PFNs in swsusp_free()Joerg Roedel1-15/+38
2014-07-29PM / Hibernate: Implement position keeping in radix treeJoerg Roedel1-0/+98
2014-07-29PM / Hibernate: Add memory_rtree_find_bit functionJoerg Roedel1-3/+81
2014-07-29PM / Hibernate: Create a Radix-Tree to store memory bitmapJoerg Roedel1-1/+222
2014-07-28kthread_work: wake up worker only when the worker is idleLai Jiangshan1-1/+1
2014-07-28sched/fair: Fix 'make xmldocs' warning caused by missing descriptionMasanari Iida1-0/+1
2014-07-28sched: Use macro for magic number of -1 for setparamSteven Rostedt1-7/+10
2014-07-28sched: Robustify topology setupPeter Zijlstra1-0/+14
2014-07-28Merge branch 'sched/urgent' into sched/core, to merge fixes before applying n...Ingo Molnar23-129/+296
2014-07-28perf: Check permission only for parent tracepoint eventJiri Olsa1-0/+12
2014-07-28Merge tag 'v3.16-rc7' into perf/core, to merge in the latest fixes before app...Ingo Molnar36-216/+528
2014-07-28sched: Fix sched_setparam() policy == -1 logicDaniel Bristot de Oliveira1-2/+3
2014-07-27Merge branches 'pm-opp' and 'pm-general'Rafael J. Wysocki1-3/+0
2014-07-27Merge branches 'pm-apm' and 'pm-sleep'Rafael J. Wysocki4-84/+108
2014-07-27Merge branches 'acpi-pm', 'acpi-sleep' and 'acpi-button'Rafael J. Wysocki1-4/+0
2014-07-27Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-7/+39
2014-07-27ARM: avoid ARM binutils leaking ELF local symbolsRussell King1-0/+2
2014-07-27module: add within_module() functionPetr Mladek1-8/+4
2014-07-24net: filter: rename 'struct sock_filter_int' into 'struct bpf_insn'Alexei Starovoitov2-2/+2
2014-07-24irq: Warn when shared interrupts do not match on NO_SUSPENDPeter Zijlstra1-2/+5
2014-07-24ftrace: Add warning if tramp hash does not match nr_trampolinesSteven Rostedt (Red Hat)1-0/+3
2014-07-24ftrace: Fix trampoline hash update check on rec->flagsSteven Rostedt (Red Hat)1-0/+8
2014-07-24CAPABILITIES: remove undefined caps from all processesEric Paris2-1/+5
2014-07-24Merge tag 'keys-next-20140722' of git://git.kernel.org/pub/scm/linux/kernel/g...James Morris1-0/+1
2014-07-24sched_clock: Avoid corrupting hrtimer tree during suspendStephen Boyd1-1/+3
2014-07-23net: filter: split filter.c into two filesAlexei Starovoitov3-0/+538
2014-07-23ring-buffer: Use rb_page_size() instead of open coded head_page sizeSteven Rostedt (Red Hat)1-1/+1
2014-07-23timekeeping: Use cached ntp_tick_length when accumulating errorJohn Stultz1-1/+4
2014-07-23timekeeping: Rework frequency adjustments to work better w/ nohzJohn Stultz1-110/+83
2014-07-23timekeeping: Minor fixup for timespec64->timespec assignmentJohn Stultz1-1/+1
2014-07-23ftrace: Provide trace clocks monotonicThomas Gleixner1-5/+6
2014-07-23timekeeping: Provide fast and NMI safe access to CLOCK_MONOTONICThomas Gleixner1-0/+124
2014-07-23timekeeping: Use tk_read_base as argument for timekeeping_get_ns()Thomas Gleixner1-11/+11
2014-07-23timekeeping: Create struct tk_read_base and use it in struct timekeeperThomas Gleixner1-66/+66
2014-07-23timekeeping: Restructure the timekeeper some moreThomas Gleixner1-20/+15
2014-07-23clocksource: Get rid of cycle_lastThomas Gleixner1-12/+11