linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-01-10 15:48:09 to 2014-01-21 21:22:46 UTC [more...]

[PATCH RFC 00/73] tree-wide: clean up some no longer required #include <linux/init.h>
 2014-01-21 21:22 UTC  (34+ messages)
` [PATCH 04/73] netfilter: don't use module_init/exit in core IPV4 code
` [PATCH 06/73] x86: don't use module_init for non-modular core bootflag code
` [PATCH 07/73] x86: replace __init_or_module with __init in non-modular vsmp_64.c
` [PATCH 08/73] drivers/tty/hvc: don't use module_init in non-modular hyp. console code
` [PATCH 09/73] staging: don't use module_init in non-modular ion_dummy_driver.c
` [PATCH 10/73] powerpc: use device_initcall for registering rtc devices
` [PATCH 11/73] powerpc: book3s KVM can be modular so it should use module.h
` [PATCH 12/73] powerpc: kvm e500/44x is not modular, so don't use module_init
` [PATCH 13/73] powerpc: use subsys_initcall for Freescale Local Bus
` [PATCH 14/73] powerpc: don't use module_init for non-modular core hugetlb code
` [PATCH 15/73] powerpc: don't use module_init in non-modular 83xx suspend code
` [PATCH 16/73] arm: include module.h in drivers/bus/omap_l3_smx.c
` [PATCH 17/73] arm: fix implicit module.h use in mach-at91 gpio.h
` [PATCH 18/73] arm: fix implicit #include <linux/init.h> in entry asm
` [PATCH 19/73] arm: mach-s3c64xx mach-crag6410-module.c is not modular
` [PATCH 20/73] arm: use subsys_initcall in non-modular pl320 IPC code
` [PATCH 21/73] arm: don't use module_init in non-modular mach-vexpress/spc.c code
` [PATCH 22/73] alpha: don't use module_init for non-modular core code
` [PATCH 24/73] m68k: don't use module_init in non-modular mvme16x/rtc.c code
` [PATCH 25/73] ia64: don't use module_init for non-modular core kernel/mca.c code
` [PATCH 28/73] cpuidle: don't use modular platform register in non-modular ARM drivers
` [PATCH 30/73] drivers/i2c: busses/i2c-acorn.c is tristate and should use module.h
` [PATCH 31/73] module: relocate module_init from init.h to module.h
` [PATCH 33/73] arm: delete non-required instances of include <linux/init.h>
` [PATCH 34/73] mips: "
` [PATCH 35/73] sparc: "
` [PATCH 37/73] alpha: delete non-required instances of <linux/init.h>
` [PATCH 38/73] blackfin: "
` [PATCH 39/73] powerpc: delete another unrequired instance "
` [PATCH 40/73] watchdog: delete non-required instances of include <linux/init.h>
` [PATCH 41/73] video: "
` [PATCH 42/73] rtc: "
` [PATCH 43/73] scsi: "

[PATCH v8 0/6] MCS Lock: MCS lock code cleanup and optimizations
 2014-01-21 21:01 UTC  (31+ messages)
` [PATCH v8 1/6] MCS Lock: Barrier corrections
` [PATCH v8 2/6] MCS Lock: Restructure the MCS lock defines and locking
` [PATCH v8 3/6] MCS Lock: optimizations and extra comments
` [PATCH v8 4/6] MCS Lock: Move mcs_lock/unlock function into its own
` [PATCH v8 5/6] MCS Lock: allow architectures to hook in to contended
` [PATCH v8 6/6] MCS Lock: Allow architecture specific asm files to be used for contended case

[RFC][PATCH] MIPS: VPE: Remove vpe_getuid and vpe_getgid
 2014-01-21 20:29 UTC  (2+ messages)

[PATCH 0/8] Update kernel uabi header files for x32
 2014-01-21 17:06 UTC  (12+ messages)

[PATCH v9 0/5] qrwlock: Introducing a queue read/write lock implementation
 2014-01-21 16:09 UTC  (28+ messages)
` [PATCH v9 1/5] qrwlock: A "
` [PATCH v9 2/5] qrwlock x86: Enable x86 to use queue read/write lock
` [PATCH v9 3/5] qrwlock, x86 - Treat all data type not bigger than long as atomic in x86
` [PATCH v9 4/5] qrwlock: Use smp_store_release() in write_unlock()
` [PATCH v9 5/5] qrwlock: Use the mcs_spinlock helper functions for MCS queuing

[PATCH v7 0/6] MCS Lock: MCS lock code cleanup and optimizations
 2014-01-21  9:47 UTC  (55+ messages)
` [PATCH v7 1/6] MCS Lock: Restructure the MCS lock defines and locking code into its own file
` [PATCH v7 2/6] MCS Lock: optimizations and extra comments
` [PATCH v7 3/6] MCS Lock: Move mcs_lock/unlock function into its own file
` [PATCH v7 4/6] MCS Lock: Barrier corrections
` [PATCH v7 5/6] MCS Lock: allow architectures to hook in to contended paths
` [PATCH v7 6/6] MCS Lock: add Kconfig entries to allow arch-specific hooks

[PATCH] arch: use ASM_NL instead of ';' for assembler new line character in the macro
 2014-01-21  4:55 UTC  (16+ messages)
      ` [PATCH v2] "
                      ` [PATCH v3] "

Let's have a great deal
 2014-01-19  2:11 UTC 

[PATCH 01/14] ARC: locks: remove redundant arch_*_relax operations
 2014-01-16 18:55 UTC  (2+ messages)

[RFC PATCH net-next] etherdevice: Use ether_addr_copy to copy an Ethernet address
 2014-01-16  0:45 UTC  (6+ messages)

futex: Switch to USER_DS for futex test (was: Re: linux-next: manual merge of the akpm-current tree with the tip tree)
 2014-01-15 19:59 UTC  (2+ messages)

[PATCH 0/7] dma-buf synchronization patches
 2014-01-15 17:03 UTC  (19+ messages)
` [PATCH 1/7] sched: allow try_to_wake_up to be used internally outside of core.c
` [PATCH 2/7] fence: dma-buf cross-device synchronization (v16)
` [PATCH 3/7] seqno-fence: Hardware dma-buf implementation of fencing (v4)
` [PATCH 4/7] dma-buf: use reservation objects
` [PATCH 5/7] android: convert sync to fence api, v3
` [PATCH 6/7] reservation: add support for fences to enable cross-device synchronisation
` [PATCH 7/7] dma-buf: add poll support

[PATCH 1/3] kconfig: consolidate arch-specific seccomp options
 2014-01-13 20:29 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).