summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-11-07parisc: add generic 32- and 64-bit defconfigsHelge Deller2-0/+674
2013-11-07parisc: sticon - unbreak on 64bit kernelHelge Deller3-80/+158
2013-11-07parisc: signal fixup - SIGBUS vs. SIGSEGVHelge Deller1-4/+14
2013-11-07parisc: implement full version of access_ok()Helge Deller1-4/+42
2013-11-07parisc: correctly display number of active CPUsHelge Deller1-2/+6
2013-11-07parisc: do not count IPI calls twiceHelge Deller3-10/+0
2013-11-07parisc: make udelay() SMP-safeHelge Deller3-32/+84
2013-11-07parisc: remove duplicate defineMichael Opdenacker1-1/+0
2013-11-07parisc: make "make install" not depend on vmlinuxHelge Deller2-15/+51
2013-11-07parisc: add kernel audit featureHelge Deller8-6/+158
2013-11-07parisc: provide macro to create exception table entriesHelge Deller5-14/+27
2013-11-08Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds14-57/+464
2013-11-08Merge tag 'nfs-for-3.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds47-598/+1944
2013-11-07x86, intel-mid: Do not re-introduce usage of obsolete __cpuinitPaul Gortmaker1-1/+1
2013-11-07ARM64: /proc/interrupts: display IPIs of online CPUs onlySudeep KarkadaNagesha1-1/+1
2013-11-07Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar13-59/+239
2013-11-07perf tools: Remove unneeded includeRodrigo Campos1-1/+0
2013-11-07perf record: Remove post_processing_offset variableDavid Ahern1-5/+3
2013-11-07perf record: Remove advance_output functionDavid Ahern1-6/+1
2013-11-07perf record: Refactor feature handling into a separate functionDavid Ahern1-12/+21
2013-11-07perf trace: Don't relookup fields by name in each sampleArnaldo Carvalho de Melo1-11/+188
2013-11-07perf tools: Fix version when building out of treeDavid Ahern2-1/+6
2013-11-07perf evsel: Ditch evsel->handler.data fieldArnaldo Carvalho de Melo9-23/+20
2013-11-07Revert "sysfs: drop kobj_ns_type handling"Linus Torvalds5-47/+122
2013-11-07irqchip: bcm2835: Convert to use IRQCHIP_DECLARE macroAxel Lin3-44/+12
2013-11-07x86/apic: Disable I/O APIC before shutdown of the local APICFenghua Yu2-5/+5
2013-11-07ARC: [plat-arcfpga] defconfig updateVineet Gupta1-0/+3
2013-11-07smp, ARC: kill SMP single function call interruptJiang Liu1-6/+1
2013-11-07ARC: [SMP] Disallow RTSCVineet Gupta2-8/+5
2013-11-07Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar4-29/+24
2013-11-07Merge tag 'staging-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds687-22336/+23942
2013-11-07Merge tag 'tty-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds53-364/+1200
2013-11-07Merge tag 'driver-core-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds72-1704/+1712
2013-11-07Merge tag 'char-misc-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds118-830/+10904
2013-11-07Merge tag 'usb-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds217-4950/+9032
2013-11-06perf/ftrace: Fix paranoid level for enabling function tracerSteven Rostedt1-1/+1
2013-11-06uprobes: Export write_opcode() as uprobe_write_opcode()Oleg Nesterov2-7/+8
2013-11-06uprobes: Introduce arch_uprobe->ixolOleg Nesterov3-2/+7
2013-11-06uprobes: Kill module_init() and module_exit()Oleg Nesterov1-6/+1
2013-11-06uprobes: Move function declarations out of archDavid A. Long3-14/+8
2013-11-06x86, hyperv: Move a variable to avoid an unused variable warningH. Peter Anvin1-2/+2
2013-11-06MIPS: remove duplicate defineMichael Opdenacker1-1/+0
2013-11-06s390/scm_blk: fix endless loop for requests != REQ_TYPE_FSSteffen Maier1-1/+5
2013-11-06arm64: locks: Remove CONFIG_GENERIC_LOCKBREAKCatalin Marinas1-4/+0
2013-11-06sched: Remove unnecessary iteration over sched domains to update nr_busy_cpusPreeti U Murthy3-18/+28
2013-11-06sched: Fix asymmetric scheduling for POWER7Vaidyanathan Srinivasan1-1/+1
2013-11-06perf/x86/intel: Add Ivy Bridge-EP uncore IRP box supportYan, Zheng1-0/+73
2013-11-06perf/x86/intel/uncore: Add filter support for IvyBridge-EP QPI boxesYan, Zheng1-10/+51
2013-11-06perf: Factor out strncpy() in perf_event_mmap_event()Oleg Nesterov1-16/+16
2013-11-06tools/perf: Add required memory barriersPeter Zijlstra3-16/+49