drivers/net/arcnet/capmode.c: clean up code
From: Daniel Mack <daniel(a)caiaq.de> Date: Wed, 19 May 2010 18:00:57 +0200 - shuffle around functions to get rid of forward declarations - fix some CodingStyle and indentation issues - last but not least, get rid of the following CONFIG_MODULE=n warning: drivers/net/arcnet/capmode.c:52: warning: ยก... 31 May 2010 04:22
[tip:sched/urgent] sched: Make sure timers have migrated before killing the migration_thread
Commit-ID: 54e88fad223c4e1d94289611a90c7fe3ebe5631b Gitweb: http://git.kernel.org/tip/54e88fad223c4e1d94289611a90c7fe3ebe5631b Author: Amit K. Arora <aarora(a)linux.vnet.ibm.com> AuthorDate: Tue, 25 May 2010 18:53:46 +0530 Committer: Ingo Molnar <mingo(a)elte.hu> CommitDate: Mon, 31 May 2010 08:37:44 +0200 ... 31 May 2010 04:22
[tip:perf/urgent] perf_events, trace: Fix probe unregister race
Commit-ID: 3771f0771154675d4a0ca780be2411f3cc357208 Gitweb: http://git.kernel.org/tip/3771f0771154675d4a0ca780be2411f3cc357208 Author: Peter Zijlstra <a.p.zijlstra(a)chello.nl> AuthorDate: Fri, 21 May 2010 12:31:09 +0200 Committer: Ingo Molnar <mingo(a)elte.hu> CommitDate: Mon, 31 May 2010 08:46:09 +0200 ... 31 May 2010 04:22
[tip:perf/urgent] perf_events: Fix event scheduling issues introduced by transactional API
Commit-ID: 90151c35b19633e0cab5a6c80f1ba4a51e7c913b Gitweb: http://git.kernel.org/tip/90151c35b19633e0cab5a6c80f1ba4a51e7c913b Author: Stephane Eranian <eranian(a)google.com> AuthorDate: Tue, 25 May 2010 16:23:10 +0200 Committer: Ingo Molnar <mingo(a)elte.hu> CommitDate: Mon, 31 May 2010 08:46:10 +0200 pe... 31 May 2010 04:22
[tip:perf/urgent] perf_events, trace: Fix perf_trace_destroy(), mutex went missing
Commit-ID: 2e97942fe57864588774f173cf4cd7bb68968b76 Gitweb: http://git.kernel.org/tip/2e97942fe57864588774f173cf4cd7bb68968b76 Author: Peter Zijlstra <a.p.zijlstra(a)chello.nl> AuthorDate: Fri, 21 May 2010 16:22:33 +0200 Committer: Ingo Molnar <mingo(a)elte.hu> CommitDate: Mon, 31 May 2010 08:46:09 +0200 ... 31 May 2010 04:22
[PATCH -mm 1/3] aha1532: remove ISA_DMA_THRESHOLD usage
We can safely remove ISA_DMA_THRESHOLD usage in aha1532. aha1532 uses ISA_DMA_THRESHOLD to see if: - the buffers in scatter/list are below 16MB. - scsi_host is below 16MB. Both checkings were added in the ancient times but aren't necessary nowadays since we properly bounce the buffers and allocate scsi_host b... 31 May 2010 03:18
[PATCH 1/2] x86, MCE, rename MSR_IA32_MCx_CTL2 value
Rename CMCI_EN to MCI_CTL2_CMCI_EN and CMCI_THRESHOLD_MASK to MCI_CTL2_CMCI_THRESHOLD_MASK to make naming consistent. Signed-off-by: Huang Ying <ying.huang(a)intel.com> --- arch/x86/include/asm/mce.h | 4 ++++ arch/x86/include/asm/msr-index.h | 3 --- arch/x86/kernel/cpu/mcheck/mce_intel.... 31 May 2010 03:18
[PATCH 2/2] x86, MCE, fix MSR_IA32_MCI_CTL2 CMCI threshold setup
It is reported that CMCI is not raised when number of corrected error reaches preset threshold. After inspection, it is found that MSR_IA32_MCI_CTL2 threshold field is not setup properly. This patch fixed it. Value of MCI_CTL2_CMCI_THRESHOLD_MASK is fixed according to x86_64 Software Developer's Manual too. R... 31 May 2010 03:18
[PATCH -mm 2/3] block: kill ISA_DMA_THRESHOLD usage
block uses ISA_DMA_THRESHOLD for BLK_BOUNCE_ISA. Only SCSI uses ISA_DMA_THRESHOLD for ancient drivers with non-zero unchecked_isa_dma. Nowadays drivers (and subsystems) use dma_mask properly instead of ISA_DMA_THRESHOLD. Documentation/scsi/scsi_mid_low_api.txt says: unchecked_isa_dma - 1=>only use bottom 16 MB... 31 May 2010 03:18
[PATCH net-next]atl1c: Add AR8151 v2 support and change L0s/L1 routine
From: Jie.Yang(a)atheros.com Add AR8151 v2.0 Gigabit 1000 support Change jumbo frame size to 6K Update L0s/L1 rountine when link speed is 100M or 1G, set L1 link timer to 4 for l1d_2 and l2c_b2 set L1 link timer to 7 for l2c_b, set L1 link timer to 0xF for others. Update atl1c_suspend routine ju... 31 May 2010 03:18