aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-05-21perf: Ensure that IOC_OUTPUT isn't used to create multi-writer buffersPeter Zijlstra1-0/+19
2010-05-21perf, trace: Optimize tracepoints by using per-tracepoint-per-cpu hlist to tr...Peter Zijlstra7-124/+143
2010-05-21perf, trace: Optimize tracepoints by removing IRQ-disable from perf/tracepoin...Peter Zijlstra5-72/+47
2010-05-21Merge branch 'perf' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/lin...Ingo Molnar5-26/+35
2010-05-21net: fix problem in dequeuing from input_pkt_queueTom Herbert2-16/+26
2010-05-21powerpc: Remove unused 'protect4gb' boot parameterFUJITA Tomonori1-12/+0
2010-05-21powerpc: Build-in e1000e for pseries & ppc64_defconfigMichael Neuling2-2/+2
2010-05-21powerpc/pseries: Make request_ras_irqs() available to other pseries codeMark Nelson4-60/+90
2010-05-21powerpc/numa: Use ibm,architecture-vec-5 to detect form 1 affinityAnton Blanchard1-8/+12
2010-05-21powerpc/numa: Set a smaller value for RECLAIM_DISTANCE to enable zone reclaimAnton Blanchard1-0/+10
2010-05-21powerpc: Use smt_snooze_delay=-1 to always busy loopAnton Blanchard2-14/+13
2010-05-21powerpc: Remove check of ibm,smt-snooze-delay OF propertyAnton Blanchard1-29/+0
2010-05-21powerpc/kdump: Fix race in kdump shutdownMichael Neuling1-0/+27
2010-05-21powerpc/kexec: Fix race in kexec shutdownMichael Neuling6-17/+47
2010-05-21powerpc/kexec: Speedup kexec hash PTE tear downMichael Neuling1-13/+20
2010-05-21powerpc/pseries: Add hcall to read 4 ptes at a time in real modeMichael Neuling3-0/+57
2010-05-21powerpc: Use more accurate limit for first segment memory allocationsAnton Blanchard1-4/+13
2010-05-21powerpc/kdump: Use chip->shutdown to disable IRQsAnton Blanchard1-1/+1
2010-05-21powerpc/kdump: CPUs assume the context of the oopsing CPUAnton Blanchard1-1/+5
2010-05-21powerpc/crashdump: Do not fail on NULL pointer dereferencingMaxim Uvarov1-0/+3
2010-05-21powerpc/eeh: Fix oops when probing in early bootAnton Blanchard1-1/+1
2010-05-21powerpc/pci: Check devices status property when scanning OF treeSonny Rao1-0/+2
2010-05-21powerpc/vio: Switch VIO Bus PM to use generic helpersBrian King1-24/+1
2010-05-21powerpc: Avoid bad relocations in iSeries codePaul Mackerras1-2/+2
2010-05-21powerpc: Use common cpu_die (fixes SMP+SUSPEND build)Milton Miller5-11/+19
2010-05-21powerpc: Fix string library functionsAndreas Schwab1-8/+8
2010-05-21powerpc/rtasd: Don't start event scan if scan rate is zeroMichael Ellerman1-0/+6
2010-05-20can: SJA1000 add missing spin_lock_init()Oliver Hartkopp1-0/+2
2010-05-20sh_eth: Fix memleak in sh_mdio_releaseDenis Kirjanov1-0/+3
2010-05-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller4-10/+16
2010-05-20gro: Fix bogus gso_size on the first fraglist entryHerbert Xu1-0/+1
2010-05-20ixgbe:add support for a new 82599 10G Base-T deviceMallikarjuna R Chilakala7-0/+111
2010-05-20Input: use ABS_CNT rather than (ABS_MAX + 1)Daniel Mack6-21/+21
2010-05-21drm/radeon/kms/pm/r600: select the mid clock mode for single head low profileAlex Deucher1-1/+1
2010-05-21Merge remote branch 'nouveau/for-airlied' into drm-nextDave Airlie15-223/+1067
2010-05-21drm/radeon: fix power supply kconfig interaction.Dave Airlie2-1/+1
2010-05-21drm/radeon/kms: record object that have been list reservedJerome Glisse2-1/+6
2010-05-21drm/radeon: AGP memory is only I/O if the aperture can be mapped by the CPU.Michel Dänzer1-1/+1
2010-05-21drm/radeon/kms: don't default display priority to high on rs4xxAlex Deucher1-1/+4
2010-05-21drm/edid: fix typo in 1600x1200@75 modeAlex Deucher1-1/+1
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds261-8360/+17242
2010-05-20sound: fixup for usb_buffer_alloc/free renameStephen Rothwell1-5/+5
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1455-48165/+95796
2010-05-20echi-dbgp: Add kernel debugger support for the usb debug portJason Wessel2-9/+122
2010-05-20earlyprintk,vga,kdb: Fix \b and \r for earlyprintk=vga with kdbJason Wessel1-0/+8
2010-05-20kgdboc: Add ekgdboc for early use of the kernel debuggerJason Wessel2-0/+25
2010-05-20x86,early dr regs,kgdb: Allow kernel debugger early dr register accessJason Wessel1-12/+17
2010-05-20x86,kgdb: Implement early hardware breakpoint debuggingJason Wessel1-2/+28
2010-05-20x86, kgdb, init: Add early and late debug statesJason Wessel4-9/+42
2010-05-20x86, kgdb: early trap init for early debugJan Kiszka3-4/+13