linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-01-21 21:25:17 to 2014-01-29 00:02:20 UTC [more...]

[PATCH RFC 00/73] tree-wide: clean up some no longer required #include <linux/init.h>
 2014-01-29  0:02 UTC  (140+ messages)
` [PATCH 01/73] init: delete the __cpuinit related stubs
` [PATCH 10/73] powerpc: use device_initcall for registering rtc devices
` [PATCH 12/73] powerpc: kvm e500/44x is not modular, so don't use module_init
` [PATCH 17/73] arm: fix implicit module.h use in mach-at91 gpio.h
` [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 22/73] alpha: don't use module_init for non-modular core code
` [PATCH 23/73] sparc: don't use module_init in non-modular pci.c code
` [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 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 42/73] rtc: delete non-required instances of include <linux/init.h>
` [PATCH 43/73] scsi: "
` [PATCH 44/73] spi: "
` [PATCH 45/73] acpi: "
` [PATCH 46/73] drivers/power: "
` [PATCH 49/73] drivers/mtd: "
` [PATCH 50/73] drivers/hwmon: "
` [PATCH 51/73] drivers/i2c: "
` [PATCH 52/73] drivers/pinctrl: "
` [PATCH 53/73] drivers/isdn: "
` [PATCH 54/73] drivers/leds: "
` [PATCH 55/73] drivers/pcmcia: "
` [PATCH 56/73] drivers/char: "
` [PATCH 57/73] drivers/infiniband: "
` [PATCH 58/73] drivers/mfd: "
` [PATCH 59/73] drivers/gpio: "
` [PATCH 60/73] drivers/bluetooth: "
` [PATCH 61/73] drivers/mmc: "
` [PATCH 62/73] drivers/crypto: "
` [PATCH 63/73] drivers/platform: "
` [PATCH 64/73] drivers/misc: "
` [PATCH 65/73] drivers/edac: "
` [PATCH 66/73] drivers/macintosh: "
` [PATCH 67/73] drivers/base: "
` [PATCH 68/73] drivers/cpufreq: delete non-required instances of <linux/init.h>
` [PATCH 69/73] drivers/pci: "
` [PATCH 70/73] drivers/dma: "
` [PATCH 71/73] drivers/gpu: "
` [PATCH 72/73] drivers: delete remaining "
` [PATCH 73/73] include: remove needless "

[PATCH v3 0/2] qspinlock: Introducing a 4-byte queue spinlock
 2014-01-28 18:19 UTC  (4+ messages)
` [PATCH v3 1/2] qspinlock: Introducing a 4-byte queue spinlock implementation
` [PATCH v3 2/2] qspinlock, x86: Enable x86-64 to use queue spinlock

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

[PATCH] jump label: constify lookup functions
 2014-01-27 19:27 UTC 

[PATCH v9 0/5] qrwlock: Introducing a queue read/write lock implementation
 2014-01-27 17:09 UTC  (14+ messages)
` [PATCH v9 3/5] qrwlock, x86 - Treat all data type not bigger than long as atomic in x86

Kind Regards
 2014-01-26 21:31 UTC 

Kind Regards
 2014-01-26 21:52 UTC 

Kind Regards
 2014-01-26 22:31 UTC 

[PATCH 01/13] sched: Add 3 new scheduler syscalls to support an extended scheduling parameters ABI
 2014-01-26  9:48 UTC 

[PATCH v11 0/4] Introducing a queue read/write lock implementation
 2014-01-25  4:39 UTC  (13+ messages)
` [PATCH v11 1/4] qrwlock: A "
` [PATCH v11 2/4] qrwlock, x86: Enable x86 to use queue read/write lock
` [PATCH v11 3/4] qrwlock, x86: Add char and short as atomic data type in x86
` [PATCH v11 4/4] qrwlock: Use the mcs_spinlock helper functions for MCS queuing

[PATCH v9 0/6] MCS Lock: MCS lock code cleanup and optimizations
 2014-01-24 17:37 UTC  (29+ messages)
` [PATCH v9 1/6] MCS Lock: Barrier corrections
` [PATCH v9 2/6] MCS Lock: Restructure the MCS lock defines and locking code into its own file
` [PATCH v9 3/6] MCS Lock: Optimizations and extra comments
` [PATCH v9 4/6] MCS Lock: Allow architectures to hook in to contended paths
` [PATCH v9 5/6] MCS Lock: Order the header files in Kbuild of each architecture in alphabetical order
` [PATCH v9 6/6] MCS Lock: Allow architecture specific asm files to be used for contended case

[PATCH v10 0/4] Introducing a queue read/write lock implementation
 2014-01-23 20:45 UTC  (17+ messages)
` [PATCH v10 1/4] qrwlock: A "
` [PATCH v10 2/4] qrwlock, x86: Enable x86 to use queue read/write lock
` [PATCH v10 3/4] qrwlock, x86: Add char and short as atomic data type in x86
` [PATCH v10 4/4] qrwlock: Use the mcs_spinlock helper functions for MCS queuing

[RFC][PATCH] MIPS: VPE: Remove vpe_getuid and vpe_getgid
 2014-01-22 22:14 UTC  (3+ messages)

[PATCH v8 3/6] MCS Lock: optimizations and extra comments
 2014-01-22 21:19 UTC  (16+ messages)
` [PATCH v8 4/6] MCS Lock: Move mcs_lock/unlock function into its own
` [PATCH v8 6/6] MCS Lock: Allow architecture specific asm files to be used for contended case

[PATCH RFC 0/4] reserved-memory regions/CMA in devicetree, again
 2014-01-22 18:58 UTC  (4+ messages)
` [PATCH RFC 1/4] drivers: of: add initialization code for reserved memory

[PATCH] bitops: fix signedness of compile-time hweight implementations
 2014-01-22 17:47 UTC  (3+ messages)

[PATCH 1/1] Per socket value for max datagram queue length
 2014-01-22 15:32 UTC  (8+ messages)

[PATCH 0/8] Update kernel uabi header files for x32
 2014-01-22 15:10 UTC  (2+ messages)

Hello
 2014-01-22  9:23 UTC 


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).