| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-10-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -0/+4 |
| 2012-10-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next | Linus Torvalds | 47 | -263/+6814 |
| 2012-10-01 | Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci | Linus Torvalds | 2 | -13/+0 |
| 2012-09-28 | sparc64: Fix trailing whitespace in NG4 memcpy. | David S. Miller | 1 | -3/+3 |
| 2012-09-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -8/+5 |
| 2012-09-27 | sparc: bpf_jit_comp: add XOR instruction for BPF JIT JIT | Daniel Borkmann | 1 | -0/+4 |
| 2012-09-27 | sparc64: Fix comment type in NG4 copy from user. | David S. Miller | 1 | -1/+1 |
| 2012-09-27 | sparc64: Add SPARC-T4 optimized memcpy. | David S. Miller | 8 | -2/+546 |
| 2012-09-21 | sparc: fix the return value of module_alloc() | Wei Yongjun | 1 | -3/+1 |
| 2012-09-21 | sparc32: Enable the relocation target R_SPARC_DISP32 for sparc32 | Andreas Larsson | 1 | -5/+4 |
| 2012-09-21 | arch/sparc/kernel/pci_sun4v.c: removes unnecessary semicolon | Peter Senna Tschudin | 1 | -1/+1 |
| 2012-09-21 | sparc64: Fix function argument comment in camellia_sparc64_key_expand asm. | David S. Miller | 1 | -1/+1 |
| 2012-09-18 | PCI: Provide a default pcibios_update_irq() | Thierry Reding | 2 | -13/+0 |
| 2012-09-18 | PCI: Discard __init annotations for pci_fixup_irqs() and related functions | Thierry Reding | 1 | -1/+1 |
| 2012-09-17 | sparc64: Fix IV handling bug in des_sparc64_cbc_decrypt | David S. Miller | 1 | -0/+1 |
| 2012-09-15 | sparc64: Add auto-loading mechanism to crypto-opcode drivers. | David S. Miller | 2 | -8/+22 |
| 2012-09-15 | sparc64: Add missing pr_fmt define to crypto opcode drivers. | David S. Miller | 3 | -0/+6 |
| 2012-09-15 | sparc64: Adjust crypto priorities. | David S. Miller | 9 | -16/+38 |
| 2012-09-06 | sparc64: Use cpu_pgsz_mask for linear kernel mapping config. | David S. Miller | 1 | -39/+65 |
| 2012-09-06 | sparc64: Probe cpu page size support more portably. | David S. Miller | 3 | -0/+56 |
| 2012-09-06 | sparc64: Support 2GB and 16GB page sizes for kernel linear mappings. | David S. Miller | 3 | -44/+122 |
| 2012-09-01 | sparc64: Fix bugs in unrolled 256-bit loops. | David S. Miller | 1 | -3/+9 |
| 2012-08-31 | sparc64: Avoid code duplication in crypto assembler. | David S. Miller | 9 | -125/+117 |
| 2012-08-30 | sparc64: Unroll CTR crypt loops in AES driver. | David S. Miller | 1 | -24/+118 |
| 2012-08-30 | sparc64: Unroll ECB decryption loops in AES driver. | David S. Miller | 1 | -18/+143 |
| 2012-08-30 | sparc64: Unroll ECB encryption loops in AES driver. | David S. Miller | 1 | -18/+148 |
| 2012-08-29 | sparc64: Add ctr mode support to AES driver. | David S. Miller | 2 | -0/+157 |
| 2012-08-29 | sparc64: Move AES driver over to a methods based implementation. | David S. Miller | 2 | -337/+728 |
| 2012-08-28 | sparc64: Use fsrc2 instead of fsrc1 in sparc64 hash crypto drivers. | David S. Miller | 4 | -4/+4 |
| 2012-08-28 | sparc64: Add CAMELLIA driver making use of the new camellia opcodes. | David S. Miller | 3 | -0/+903 |
| 2012-08-28 | sparc64: Fix spelling of CAMELLIA in CFR macro name and comment. | David S. Miller | 1 | -1/+1 |
| 2012-08-25 | sparc64: Add DES driver making use of the new des opcodes. | David S. Miller | 3 | -0/+966 |
| 2012-08-22 | sparc64: Add CRC32C driver making use of the new crc32c opcode. | David S. Miller | 3 | -0/+210 |
| 2012-08-22 | sparc64: Add AES driver making use of the new aes opcodes. | David S. Miller | 3 | -0/+1163 |
| 2012-08-20 | sparc64: Add MD5 driver making use of the 'md5' instruction. | David S. Miller | 3 | -0/+258 |
| 2012-08-20 | sparc64: Add SHA384/SHA512 driver making use of the 'sha512' instruction. | David S. Miller | 3 | -0/+326 |
| 2012-08-20 | sparc64: Add SHA224/SHA256 driver making use of the 'sha256' instruction. | David S. Miller | 3 | -0/+317 |
| 2012-08-20 | sparc64: Add SHA1 driver making use of the 'sha1' instruction. | David S. Miller | 5 | -0/+265 |
| 2012-08-18 | sparc64: Update generic comments in perf event code to match reality. | David S. Miller | 1 | -13/+27 |
| 2012-08-18 | sparc64: Add SPARC-T4 perf event support. | David S. Miller | 1 | -2/+187 |
| 2012-08-18 | sparc64: Support perf event encoding for multi-PCR PMUs. | David S. Miller | 1 | -23/+75 |
| 2012-08-18 | sparc64: Make sparc_pmu_{enable,disable}_event() multi-pcr aware. | David S. Miller | 1 | -6/+14 |
| 2012-08-18 | sparc64: Rework sparc_pmu_enable() so that the side effects are clearer. | David S. Miller | 1 | -6/+2 |
| 2012-08-18 | sparc64: Prepare perf event layer for handling multiple PCR registers. | David S. Miller | 1 | -27/+45 |
| 2012-08-18 | sparc64: Specify user and supervisor trace PCR bits in sparc_pmu. | David S. Miller | 1 | -4/+12 |
| 2012-08-18 | sparc64: Abstract PMC read/write behind sparc_pmu. | David S. Miller | 1 | -30/+38 |
| 2012-08-18 | sparc64: Allow max hw perf events to be variable. | David S. Miller | 1 | -3/+7 |
| 2012-08-18 | sparc64: Add perf_event abstractions for orthogonal PMUs. | David S. Miller | 1 | -0/+20 |
| 2012-08-18 | sparc64: Add PCR ops for SPARC-T4. | David S. Miller | 3 | -2/+98 |
| 2012-08-18 | sparc64: Abstract away the %pcr values used to enable/disable NMI | David S. Miller | 3 | -29/+26 |
| 2012-08-18 | sparc64: Abstract away the NMI PIC counter computation. | David S. Miller | 3 | -19/+20 |
| 2012-08-18 | sparc64: Abstract away PIC register accesses. | David S. Miller | 5 | -64/+61 |
| 2012-08-18 | sparc64: Add 'reg_num' argument to pcr_ops methods. | David S. Miller | 4 | -19/+22 |
| 2012-08-18 | sparc64: Add hypervisor interfaces for SPARC-T4 perf counter access. | David S. Miller | 3 | -0/+28 |
| 2012-08-18 | sparc64: Add detection for features new in SPARC-T4. | David S. Miller | 3 | -12/+78 |
| 2012-08-15 | sparc64: Be less verbose during vmemmap population. | David S. Miller | 1 | -5/+23 |
| 2012-08-02 | sparc64: do not clobber personality flags in sys_sparc64_personality() | Jiri Kosina | 1 | -5/+5 |
| 2012-07-31 | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -4/+2 |
| 2012-07-30 | ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSION | Will Deacon | 2 | -1/+1 |
| 2012-07-30 | ipc: add COMPAT_SHMLBA support | Will Deacon | 1 | -1/+1 |
| 2012-07-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | Linus Torvalds | 22 | -522/+331 |
| 2012-07-26 | sparc32, copy_thread: Clear TIF_USEDFPU flag of created task instead of current | Tkhai Kirill | 1 | -3/+1 |
| 2012-07-26 | sparc32: delete dead code in show_mem() | Sam Ravnborg | 1 | -7/+0 |
| 2012-07-26 | sparc32: move kmap_init() to highmem.c | Sam Ravnborg | 3 | -14/+17 |
| 2012-07-26 | sparc32: move probe_memory() to srmmu.c | Sam Ravnborg | 2 | -13/+11 |
| 2012-07-26 | sparc32: drop unused BAD_PAGE stuff | Sam Ravnborg | 1 | -7/+0 |
| 2012-07-26 | sparc32: centralize all mmu context handling in srmmu.c | Sam Ravnborg | 6 | -71/+63 |
| 2012-07-26 | sparc32: drop quicklist | Sam Ravnborg | 2 | -15/+0 |
| 2012-07-26 | sparc32: drop sparc model check in paging_init | Sam Ravnborg | 1 | -13/+1 |
| 2012-07-26 | sparc32: drop sparc_unmapped_base | Sam Ravnborg | 2 | -4/+1 |
| 2012-07-26 | sparc32,leon: drop leon_init() | Sam Ravnborg | 3 | -19/+0 |
| 2012-07-26 | sparc32: drop fixmap.h | Sam Ravnborg | 4 | -30/+26 |
| 2012-07-26 | sparc32: fixmap.h cleanup | Sam Ravnborg | 1 | -89/+5 |
| 2012-07-26 | sparc32: drop unused kmap_atomic_to_page | Sam Ravnborg | 2 | -19/+0 |
| 2012-07-26 | sparc32: drop swapper_pg_dir | Sam Ravnborg | 2 | -4/+3 |
| 2012-07-26 | sparc32: beautify srmmu_inherit_prom_mappings() | Sam Ravnborg | 1 | -10/+16 |
| 2012-07-26 | sparc32: use void * in nocache get/free | Sam Ravnborg | 2 | -35/+42 |
| 2012-07-26 | sparc32: fix coding-style in srmmu.c | Sam Ravnborg | 1 | -68/+64 |
| 2012-07-26 | sparc32: sort includes in srmmu.c | Sam Ravnborg | 1 | -21/+21 |
| 2012-07-26 | sparc32: define a few srmmu functions __init | Sam Ravnborg | 1 | -2/+2 |
| 2012-07-24 | Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci | Linus Torvalds | 4 | -117/+7 |
| 2012-07-24 | Merge tag 'dt-for-3.6' of git://sources.calxeda.com/kernel/linux | Linus Torvalds | 1 | -1/+1 |
| 2012-07-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -0/+4 |
| 2012-07-22 | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -6/+1 |
| 2012-07-19 | sparc/ldc: remove IRQF_SAMPLE_RANDOM which is now a no-op | Theodore Ts'o | 1 | -4/+2 |
| 2012-07-10 | Merge branch 'pci/bjorn-p2p-bridge-windows' into next | Bjorn Helgaas | 1 | -88/+1 |
| 2012-07-10 | sparc/PCI: replace pci_cfg_fake_ranges() with pci_read_bridge_bases() | Bjorn Helgaas | 1 | -88/+1 |
| 2012-07-09 | sparc64: remove unused function straddles_64bit_va_hole() | Kirill Tkhai | 1 | -17/+0 |
| 2012-07-06 | devicetree: add helper inline for retrieving a node's full name | Grant Likely | 1 | -1/+1 |
| 2012-07-05 | Merge branch 'pci/myron-pcibios_setup' into next | Bjorn Helgaas | 3 | -21/+0 |
| 2012-07-05 | sparc/PCI: factor out pcibios_setup() | Myron Stowe | 3 | -21/+0 |
| 2012-06-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -127/+1 |
| 2012-06-27 | sparc32: Remove superfluous extern declarations for prom_*() functions | Geert Uytterhoeven | 1 | -3/+0 |
| 2012-06-27 | sparc: Correct comments about prom_init() return values | Geert Uytterhoeven | 2 | -4/+4 |
| 2012-06-27 | sparc/PCI: remove unused pcibios_assign_resource() definition | Bjorn Helgaas | 1 | -5/+0 |
| 2012-06-27 | sparc64: Consistently use fsrc2 rather than fmovd in optimized asm. | David S. Miller | 3 | -66/+66 |
| 2012-06-24 | Fix typo in printed messages | Anatol Pomozov | 1 | -1/+1 |
| 2012-06-22 | Merge branch 'topic/bjorn-trivial' into next | Bjorn Helgaas | 1 | -5/+0 |
| 2012-06-15 | sparc/PCI: remove unused pcibios_assign_resource() definition | Bjorn Helgaas | 1 | -5/+0 |
| 2012-06-13 | sparc/PCI: register busn_res for root buses | Yinghai Lu | 2 | -3/+6 |
| 2012-06-13 | PCI: replace struct pci_bus secondary/subordinate with busn_res | Yinghai Lu | 1 | -3/+3 |
| 2012-06-11 | sparc: remove two unused headers | Paul Bolle | 2 | -126/+0 |
| 2012-06-06 | sparc bpf_jit: support BPF_S_ANC_ALU_XOR_X instruction | David S. Miller | 1 | -0/+4 |
| 2012-06-05 | SPARC: SMP: Remove call to ipi_call_lock_irq()/ipi_call_unlock_irq() | Yong Zhang | 1 | -6/+1 |
| 2012-06-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 5 | -84/+37 |
| 2012-06-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2 | -14/+2 |
| 2012-06-01 | new helper: signal_delivered() | Al Viro | 3 | -6/+3 |
| 2012-06-01 | most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set | Al Viro | 3 | -12/+0 |
| 2012-06-01 | set_restore_sigmask() is never called without SIGPENDING (and never should be) | Al Viro | 1 | -1/+1 |
| 2012-06-01 | TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is set | Al Viro | 2 | -3/+2 |
| 2012-06-01 | pull clearing RESTORE_SIGMASK into block_sigmask() | Al Viro | 3 | -37/+9 |
| 2012-06-01 | new helper: sigmask_to_save() | Al Viro | 2 | -14/+4 |
| 2012-06-01 | new helper: restore_saved_sigmask() | Al Viro | 3 | -12/+3 |
| 2012-06-01 | new helpers: {clear,test,test_and_clear}_restore_sigmask() | Al Viro | 1 | -0/+16 |
| 2012-05-31 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2 | -4/+0 |
| 2012-05-30 | ia64, sparc64: convert wrappers around do_mremap() to sys_mremap() | Al Viro | 1 | -9/+2 |
| 2012-05-30 | bury __kernel_nlink_t, make internal nlink_t consistent | Al Viro | 1 | -5/+0 |
| 2012-05-29 | sparc: fix sparc64 build due to leon.h inclusion | Sam Ravnborg | 2 | -1/+1 |
| 2012-05-29 | sparc32: remove unused variable in head_32.S | Sam Ravnborg | 1 | -8/+0 |
| 2012-05-29 | sparc32,leon: fix leon bootup | Sam Ravnborg | 1 | -32/+41 |
| 2012-05-28 | sparc32: Export leon_dma_ops to modules. | David S. Miller | 1 | -1/+2 |
| 2012-05-27 | sparc32: support leon + sun in dma_make_coherent() | Sam Ravnborg | 1 | -8/+4 |
| 2012-05-27 | sparc32,leon: always support leon in ioport | Sam Ravnborg | 2 | -11/+9 |
| 2012-05-27 | sparc32,leon: always include leon_pmc in build | Sam Ravnborg | 2 | -7/+10 |
| 2012-05-27 | sparc32: refactor cpu_idle() | Sam Ravnborg | 1 | -30/+5 |
| 2012-05-27 | sparc32: srmmu_probe now knows about leon too | Sam Ravnborg | 4 | -23/+23 |
| 2012-05-27 | sparc32: drop LEON hack for ASI_M_MMUREGS | Sam Ravnborg | 1 | -4/+0 |
| 2012-05-27 | sparc32: introduce run-time patching of srmmu access functions | Sam Ravnborg | 3 | -61/+90 |
| 2012-05-27 | sparc32: introduce support for run-time patching for all shared assembler code | Sam Ravnborg | 5 | -29/+59 |
| 2012-05-27 | sparc32,leon: fix section mismatch warning | Sam Ravnborg | 1 | -2/+2 |
| 2012-05-27 | sparc32,leon: always include leon_smp + leon_mm in build | Sam Ravnborg | 6 | -28/+2 |
| 2012-05-27 | sparc32,leon: always include leon_kernel in build | Sam Ravnborg | 3 | -7/+1 |
| 2012-05-27 | sparc32,leon: clean up leon.h | Sam Ravnborg | 3 | -65/+4 |
| 2012-05-27 | sparc32: handle leon in cpu.c | Sam Ravnborg | 2 | -9/+11 |
| 2012-05-27 | sparc32: handle leon in irq_32.c | Sam Ravnborg | 1 | -10/+12 |
| 2012-05-27 | sparc32: add support for run-time patching of leon/sun single instructions | Sam Ravnborg | 4 | -16/+72 |
| 2012-05-27 | sparc32: introduce sparc32_start_kernel called from head_32.S | Sam Ravnborg | 3 | -8/+15 |
| 2012-05-27 | sparc32: implement proper LEON support in head_32 (after highmem) | Sam Ravnborg | 1 | -25/+33 |
| 2012-05-27 | sparc32: implement proper LEON support in head_32 (before highmem) | Sam Ravnborg | 2 | -11/+53 |
| 2012-05-27 | sparc32: string and whitespace cleanup in head_32.S | Sam Ravnborg | 1 | -15/+15 |
| 2012-05-27 | sparc: fix bad merge of sparc Kconfig | Stephen Rothwell | 1 | -1/+0 |
| 2012-05-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux | David S. Miller | 8 | -231/+10 |
| 2012-05-26 | sparc: use the new generic strnlen_user() function | David Miller | 7 | -231/+9 |
| 2012-05-26 | word-at-a-time: make the interfaces truly generic | Linus Torvalds | 1 | -0/+1 |
| 2012-05-25 | sparc64: Fix several bugs in quad floating point emulation. | David S. Miller | 2 | -11/+21 |
| 2012-05-24 | Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -0/+1 |
| 2012-05-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | Linus Torvalds | 12 | -236/+14 |
| 2012-05-24 | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 1 | -36/+4 |
| 2012-05-24 | sparc: Fix user_addr_max() definition. | David S. Miller | 2 | -2/+4 |
| 2012-05-24 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -9/+3 |
| 2012-05-24 | lib: Sparc's strncpy_from_user is generic enough, move under lib/ | David S. Miller | 2 | -144/+1 |
| 2012-05-24 | kernel: Move REPEAT_BYTE definition into linux/kernel.h | David S. Miller | 1 | -2/+1 |
| 2012-05-24 | sparc: Increase portability of strncpy_from_user() implementation. | David S. Miller | 2 | -5/+30 |
| 2012-05-23 | sparc: Optimize strncpy_from_user() zero byte search. | David S. Miller | 1 | -29/+21 |
| 2012-05-23 | move key_repace_session_keyring() into tracehook_notify_resume() | Al Viro | 2 | -4/+0 |
| 2012-05-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 4 | -38/+14 |
| 2012-05-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -2/+2 |
| 2012-05-23 | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -6/+0 |
| 2012-05-22 | sparc: Add full proper error handling to strncpy_from_user(). | David S. Miller | 8 | -198/+136 |
| 2012-05-22 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -19/+0 |
| 2012-05-22 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2 | -4/+2 |
| 2012-05-22 | sparc32: use the common implementation of alloc_thread_info_node() | Sam Ravnborg | 3 | -37/+2 |
| 2012-05-21 | sparc: kill ancient comment in sparc_sigaction() | Al Viro | 1 | -5/+0 |
| 2012-05-21 | sparc: missing checks of __get_user()/__put_user() return values | Al Viro | 2 | -10/+12 |
| 2012-05-21 | new helper: sigsuspend() | Al Viro | 2 | -23/+2 |
| 2012-05-21 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 3 | -2/+5 |
| 2012-05-21 | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 12 | -83/+23 |
| 2012-05-21 | timers: Fixup the Kconfig consolidation fallout | Thomas Gleixner | 1 | -2/+0 |
| 2012-05-21 | net: drop NET dependency from HAVE_BPF_JIT | Sam Ravnborg | 1 | -1/+1 |
| 2012-05-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next | Linus Torvalds | 136 | -10726/+2242 |
| 2012-05-21 | sparc: Use: generic time config | Anna-Maria Gleixner | 1 | -12/+3 |
| 2012-05-20 | sparc32: use flushi when run-time patching in per_cpu_patch | Sam Ravnborg | 3 | -13/+10 |
| 2012-05-20 | sparc32: fix cpuid_patch run-time patching | Sam Ravnborg | 1 | -0/+2 |
| 2012-05-19 | sparc32: drop unused inline functions in srmmu.c | Sam Ravnborg | 1 | -26/+0 |
| 2012-05-19 | sparc32: drop unused functions in pgtsrmmu.h | Sam Ravnborg | 2 | -52/+14 |
| 2012-05-19 | sparc32,leon: move leon mmu functions to leon_mm.c | Sam Ravnborg | 3 | -81/+85 |
| 2012-05-19 | sparc32,leon: remove duplicate definitions in leon.h | Sam Ravnborg | 1 | -15/+2 |
| 2012-05-19 | sparc32,leon: remove duplicate UART register definitions | Sam Ravnborg | 1 | -25/+0 |
| 2012-05-19 | sparc32,leon: move leon ASI definitions to asi.h | Sam Ravnborg | 2 | -13/+14 |
| 2012-05-19 | sparc32: move trap table to a separate file | Sam Ravnborg | 2 | -324/+419 |
| 2012-05-19 | sparc64: renamed ttable.S to ttable_64.S | Sam Ravnborg | 2 | -1/+1 |
| 2012-05-19 | sparc32: Remove asm/sysen.h header. | David S. Miller | 1 | -15/+0 |
| 2012-05-19 | sparc32: Delete asm/smpprim.h | David S. Miller | 1 | -54/+0 |
| 2012-05-19 | sparc32: Remove unused empty_bad_page{,_table} declarations. | David S. Miller | 1 | -2/+0 |
| 2012-05-19 | sparc32: Kill boot_cpu_id4 | David S. Miller | 3 | -6/+1 |
| 2012-05-19 | sparc32: Move GET_PROCESSOR*_ID() out of asm/asmmacro.h | David S. Miller | 2 | -10/+5 |
| 2012-05-19 | sparc32: Remove completely unused code from asm/cache.h | David S. Miller | 1 | -114/+0 |
| 2012-05-19 | sparc32: Add ucmpdi2.o to obj-y instead of lib-y. | David S. Miller | 1 | -2/+2 |
| 2012-05-19 | sparc32: add ucmpdi2 | Sam Ravnborg | 2 | -1/+20 |
| 2012-05-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -4/+4 |
| 2012-05-16 | fork: move the real prepare_to_copy() users to arch_dup_task_struct() | Suresh Siddha | 2 | -6/+0 |
| 2012-05-15 | userns: Convert stat to return values mapped from kuids and kgids | Eric W. Biederman | 1 | -2/+2 |
| 2012-05-15 | sparc: introduce arch/sparc/Kbuild | Sam Ravnborg | 2 | -2/+9 |
| 2012-05-15 | sparc: clean up Makefile | Sam Ravnborg | 1 | -21/+10 |
| 2012-05-15 | sparc32: delete muldiv.o from Makefile | Sam Ravnborg | 1 | -1/+0 |
| 2012-05-15 | sparc32: Kill off software 32-bit multiply/divide routines. | David S. Miller | 17 | -2129/+24 |
| 2012-05-15 | sparc32: Build kernel with -mcpu=v8 | David S. Miller | 1 | -1/+1 |
| 2012-05-15 | sparc32: cleanup mm/fault_32.c | Sam Ravnborg | 2 | -52/+44 |
| 2012-05-15 | sparc32: Remove cypress cpu support. | David S. Miller | 6 | -449/+5 |
| 2012-05-14 | sparc64: Remove pointless assignment in floppy support. | David S. Miller | 1 | -1/+0 |