Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | of/platform: remove all of_bus_type and of_platform_bus_type references | Grant Likely | 2010-07-24 | 16 | -23/+19 | |
| | * | | | of: Merge of_platform_bus_type with platform_bus_type | Grant Likely | 2010-07-24 | 3 | -35/+10 | |
| | * | | | Merge commit 'v2.6.35-rc6' into devicetree/next | Grant Likely | 2010-07-24 | 14 | -73/+88 | |
| | |\ \ \ | | | | |/ | | | |/| | ||||||
| | * | | | of/sparc: move is_root_node() to of.h | Andres Salomon | 2010-07-15 | 3 | -12/+4 | |
| | * | | | of: remove architecture CONFIG_OF definitions | Stephen Rothwell | 2010-07-06 | 1 | -3/+0 | |
| | * | | | sparc: turn CONFIG_OF into a select | Stephen Rothwell | 2010-07-06 | 1 | -1/+2 | |
| | * | | | of/irq: Move irq_of_parse_and_map() to common code | Grant Likely | 2010-06-28 | 1 | -1/+0 | |
| | * | | | of: kill struct of_device | Grant Likely | 2010-06-28 | 2 | -16/+2 | |
| | * | | | sparc/of: Move of_device fields into struct pdev_archdata | Grant Likely | 2010-06-28 | 12 | -64/+56 | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2010-08-05 | 1 | -1/+1 | |
| |\ \ \ \ | ||||||
| | * | | | | arch/sparc/mm: Use GFP_KERNEL | Julia Lawall | 2010-08-03 | 1 | -1/+1 | |
| * | | | | | Merge branch 'master' into for-next | Jiri Kosina | 2010-08-04 | 14 | -73/+88 | |
| |\ \ \ \ \ | | | |_|/ / | | |/| | | | ||||||
| * | | | | | Merge branch 'master' into for-next | Jiri Kosina | 2010-06-16 | 32 | -201/+235 | |
| |\ \ \ \ \ | | | |_|/ / | | |/| | | | ||||||
| * | | | | | fix typos concerning "initiali[zs]e" | Uwe Kleine-König | 2010-06-16 | 1 | -2/+2 | |
* | | | | | | perf: Factorize callchain context handling | Frederic Weisbecker | 2010-08-19 | 1 | -3/+0 | |
* | | | | | | perf: Generalize some arch callchain code | Frederic Weisbecker | 2010-08-19 | 1 | -31/+15 | |
* | | | | | | perf: Generalize callchain_store() | Frederic Weisbecker | 2010-08-19 | 1 | -16/+10 | |
| |_|_|_|/ |/| | | | | ||||||
* | | | | | Merge branch 'linus' into perf/core | Ingo Molnar | 2010-07-21 | 14 | -73/+88 | |
|\ \ \ \ \ | | |_|/ / | |/| | | | ||||||
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2010-07-21 | 8 | -25/+40 | |
| |\ \ \ \ | | | |_|/ | | |/| | | ||||||
| | * | | | sparc: remove homegrown L1_CACHE_ALIGN macro | FUJITA Tomonori | 2010-06-29 | 1 | -1/+0 | |
| | * | | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 2010-06-26 | 7 | -51/+81 | |
| | |\ \ \ | | | | |/ | | | |/| | ||||||
| | * | | | sparc64: fix the build error due to smp_kgdb_capture_client() | Dongdong Deng | 2010-06-25 | 1 | -1/+1 | |
| | * | | | sparc64: Fix maybe_change_configuration() PCR setting. | David S. Miller | 2010-06-23 | 1 | -0/+1 | |
| | * | | | arch/sparc/kernel: Eliminate what looks like a NULL pointer dereference | Julia Lawall | 2010-06-05 | 1 | -1/+1 | |
| | * | | | sparc64: Update defconfig. | David S. Miller | 2010-05-27 | 1 | -14/+35 | |
| | * | | | sparc32: Kill none_mask, it's bogus. | David S. Miller | 2010-05-26 | 3 | -8/+2 | |
| * | | | | lmb: rename to memblock | Yinghai Lu | 2010-07-14 | 6 | -48/+48 | |
| | |/ / | |/| | | ||||||
* | | | | Merge commit 'v2.6.35-rc3' into perf/core | Ingo Molnar | 2010-06-18 | 2 | -2/+2 | |
|\| | | | ||||||
| * | | | Merge branch 'for-35' of git://repo.or.cz/linux-kbuild | Linus Torvalds | 2010-06-01 | 2 | -2/+2 | |
| |\ \ \ | ||||||
| | * | | | Rename .data.init to .data..init. | Denys Vlasenko | 2010-03-03 | 1 | -1/+1 | |
| | * | | | Rename .data.read_mostly to .data..read_mostly. | Denys Vlasenko | 2010-03-03 | 1 | -1/+1 | |
* | | | | | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre... | Ingo Molnar | 2010-06-09 | 2 | -3/+11 | |
|\ \ \ \ \ | ||||||
| * | | | | | perf: Drop the skip argument from perf_arch_fetch_regs_caller | Frederic Weisbecker | 2010-06-08 | 2 | -3/+11 | |
| |/ / / / | ||||||
* | | | | | perf: Convert perf_event to local_t | Peter Zijlstra | 2010-06-09 | 1 | -9/+9 | |
* | | | | | arch: Implement local64_t | Peter Zijlstra | 2010-06-09 | 1 | -0/+1 | |
* | | | | | perf: Cleanup {start,commit,cancel}_txn details | Peter Zijlstra | 2010-06-09 | 1 | -3/+4 | |
|/ / / / | ||||||
* | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2010-05-28 | 1 | -47/+61 | |
|\ \ \ \ | ||||||
| * \ \ \ | Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/f... | Ingo Molnar | 2010-05-20 | 3 | -8/+9 | |
| |\ \ \ \ | ||||||
| * | | | | | perf, sparc: Implement group scheduling transactional APIs | Lin Ming | 2010-05-18 | 1 | -47/+61 | |
* | | | | | | asm-generic: remove ARCH_HAS_SG_CHAIN in scatterlist.h | FUJITA Tomonori | 2010-05-27 | 1 | -2/+3 | |
* | | | | | | asm-generic: add NEED_SG_DMA_LENGTH to define sg_dma_len() | FUJITA Tomonori | 2010-05-27 | 2 | -2/+3 | |
* | | | | | | asm-generic: remove ISA_DMA_THRESHOLD in scatterlist.h | FUJITA Tomonori | 2010-05-27 | 1 | -0/+2 | |
* | | | | | | Revert "endian: #define __BYTE_ORDER" | Linus Torvalds | 2010-05-26 | 2 | -0/+12 | |
| |_|_|/ / |/| | | | | ||||||
* | | | | | endian: #define __BYTE_ORDER | Joakim Tjernlund | 2010-05-25 | 2 | -12/+0 | |
* | | | | | Merge remote branch 'origin' into secretlab/next-devicetree | Grant Likely | 2010-05-22 | 20 | -52/+129 | |
|\ \ \ \ \ | | |_|_|/ | |/| | | | ||||||
| * | | | | kgdb,sparc: Add in kgdb_arch_set_pc for sparc | Jason Wessel | 2010-05-21 | 2 | -0/+12 | |
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2010-05-20 | 2 | -2/+2 | |
| |\ \ \ \ | ||||||
| | * | | | | add descriptive comment for TIF_MEMDIE task flag declaration. | Andreas Dilger | 2010-05-14 | 2 | -2/+2 | |
| | |/ / / | ||||||
| * | | | | Merge branch 'timers-for-linus-cleanups' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 2010-05-20 | 2 | -14/+6 | |
| |\ \ \ \ | ||||||
| | * | | | | sparc: Convert sparc to use read/update_persistent_clock | John Stultz | 2010-03-13 | 2 | -14/+6 |