messages from 2015-05-28 19:50:46 to 2015-05-29 00:52:01 UTC [more...]
[PATCH 00/15] Replace module_init with device_initcall in non modules
2015-05-29 0:48 UTC (14+ messages)
` [PATCH 01/15] x86: don't use module_init in non-modular intel_mid_vrtc.c
` [PATCH 02/15] x86: don't use module_init in non-modular devicetree.c code
` [PATCH 03/15] powerpc: use device_initcall for registering rtc devices
` [PATCH 04/15] powerpc: don't use module_init in non-modular 83xx suspend code
` [PATCH 05/15] arm: don't use module_init in non-modular mach-vexpress/spc.c code
` [PATCH 06/15] alpha: don't use module_init for non-modular core code
` [PATCH 09/15] cris: don't use module_init for non-modular core intmem.c code
` [PATCH 10/15] parisc: don't use module_init for non-modular core pdc_cons code
` [PATCH 11/15] parisc64: don't use module_init for non-modular core perf code
` [PATCH 12/15] mn10300: don't use module_init in non-modular flash.c code
` [PATCH 13/15] sh: don't use module_init in non-modular psw.c code
` [PATCH 14/15] xtensa: don't use module_init for non-modular core network.c code
` [PATCH 15/15] drivers/clk: don't use module_init in clk-nomadik.c which is non-modular
[PATCH v2] README: clarify redistribution requirements covering patents
2015-05-29 0:48 UTC (2+ messages)
[PATCH v5 00/10] latched RB-trees and __module_address()
2015-05-28 23:49 UTC (6+ messages)
[PATCH] HID: lenovo: Remove sysfs group on failure path
2015-05-29 0:39 UTC
[RFC v3 00/45] Richacls
2015-05-29 0:37 UTC (30+ messages)
` [RFC v3 30/45] richacl: Create richacl from mode values
` [RFC v3 33/45] nfsd: Keep list of acls to dispose of in compoundargs
` [RFC v3 36/45] NFSv4: Fix GETATTR bitmap verification
` [RFC v3 37/45] nfs/sunrpc: No more encode and decode function pointer casting
` [RFC v3 38/45] nfs/sunrpc: Return status code from encode functions
` [RFC v3 41/45] rpc: Allow to demand-allocate pages to encode into
` [RFC v3 42/45] nfs: Add richacl support
[PATCH v4 0/17] framebuffer: simple conversions to arch_phys_wc_add()
2015-05-29 0:30 UTC (3+ messages)
` [PATCH v4 2/17] video: fbdev: gbefb: add missing mtrr_del() calls
` [PATCH v4 3/17] video: fbdev: gbefb: use arch_phys_wc_add() and devm_ioremap_wc()
[PATCH v6 0/4] pci: add and use pci_iomap_wc()
2015-05-29 0:36 UTC (7+ messages)
` [PATCH v6 1/4] pci: add pci_iomap_wc() variants
linux-next: build failure after merge of most of the trees
2015-05-29 0:36 UTC (8+ messages)
runtime check for omap-aes bus access permission (was: Re: 3.13-rc3 (commit 7ce93f3) breaks Nokia N900 DT boot)
2015-05-29 0:15 UTC (8+ messages)
[PATCH] perf probe: Move kernel_get_module_dso() to be built only with DWARF support
2015-05-29 0:02 UTC (3+ messages)
[PATCH v6] perf: __kmod_path__parse: deal with kernel module names in '[]' correctly
2015-05-29 0:00 UTC (4+ messages)
[PATCH] kernel:acct - Fix typos in comment to file header
2015-05-29 0:11 UTC (2+ messages)
[PATCH] kernel:user_namespace - Fix for typos in comments
2015-05-29 0:09 UTC (3+ messages)
[PATCH v5 1/3] dt/bindings: Add binding for the Raspberry Pi firmware driver
2015-05-29 0:07 UTC (3+ messages)
` [PATCH v5 2/3] ARM: bcm2835: Add "
` [PATCH v5 3/3] ARM: bcm2835: Add the firmware driver information to the RPi DT
[PATCH] kernel:workqueue - Fix typos in comments
2015-05-29 0:06 UTC (2+ messages)
[PATCH] mmc: sdhci-bcm2835: Actually enable the clock
2015-05-29 0:03 UTC
[PATCH 0/6] I/O path improvements for ND_BLK and PMEM
2015-05-29 0:02 UTC (11+ messages)
` [PATCH 1/6] pmem: add force casts to avoid __iomem annotation
` [PATCH 2/6] nfit: Fix up address spaces, sparse warnings
` [PATCH 3/6] x86, pmem: add PMEM API for persistent memory
` [PATCH 4/6] pmem, nd_blk: update I/O paths to use PMEM API
` [PATCH 5/6] nd_blk: add support for flush hints
` [PATCH 6/6] nd_blk: add support for NVDIMM flags
[PATCH] ARM: dts: odroidxu3: Enable USB3 regulators
2015-05-28 23:57 UTC (4+ messages)
[PATCH] perf tools: Make Ctrl-C stop processing on TUI
2015-05-28 23:40 UTC
intel_check_page_flip() - WARN_ON(!in_interrupt())
2015-05-28 23:44 UTC
[PATCH 1/2] rcu: introduce list_last_or_null_rcu
2015-05-28 23:22 UTC (20+ messages)
` [PATCH 2/2] list: introduce list_last_entry_or_null
[PATCH] Documentation: extend use case for EXPORT_SYMBOL_GPL()
2015-05-28 23:10 UTC (5+ messages)
[PATCH 0/13] Binder driver refactor and minor bug fixes
2015-05-28 23:08 UTC (14+ messages)
` [PATCH 01/13] drivers: android: correct the size of struct binder_uintptr_t for BC_DEAD_BINDER_DONE
` [PATCH 02/13] android: binder: fix duplicate error return
` [PATCH 03/13] android: binder: refactor binder_thread_write
` [PATCH 04/13] android: binder: refactor binder_transact handle translation
` [PATCH 05/13] android: binder: refactor binder_transact transaction buffer loop
` [PATCH 06/13] android: binder: add function to find target binder node
` [PATCH 07/13] android: binder: add functions for manipulating transaction stack
` [PATCH 08/13] android: binder: add function for logging failed transactions
` [PATCH 09/13] android: binder: add function for finding prior thread in transaction stack
` [PATCH 10/13] android: binder: refactor binder_thread_read loop
` [PATCH 11/13] android: binder: add function to handle waiting for binder_thread_read
` [PATCH 12/13] android: binder: add function to pass thread errors to userspace
` [PATCH 13/13] android: binder: add function for processing work nodes in binder_thread_read
[PATCH] spmi-pmic-arb: add irq tracepoints to the pmic-arb driver
2015-05-28 23:02 UTC (5+ messages)
Common clock framework examples
2015-05-28 22:52 UTC
Raspberry Pi DT clocks series
2015-05-28 22:48 UTC (8+ messages)
` [PATCH 1/7] dt/bindings: Add binding for the Raspberry Pi clock provider
` [PATCH 2/7] ARM: bcm2835: Add a Raspberry Pi-specific clock driver
` [PATCH 5/7] ARM: bcm2835: Drop the fixed sys_pclk
[PATCH net-next 0/2] hv_netvsc: Implement NUMA aware memory allocation
2015-05-29 0:08 UTC (3+ messages)
` [PATCH V2 net-next 1/2] hv_netvsc: Allocate the receive buffer from the correct NUMA node
` [PATCH net-next 2/2] hv_netvsc: Allocate the sendbuf in a NUMA aware way
[PATCH 2/3 v2] ARM: bcm2835: Add the Raspberry Pi firmware driver
2015-05-28 22:43 UTC (10+ messages)
` [PATCH 2/3 v4] "
RPi firmware driver v2
2015-05-28 22:40 UTC (6+ messages)
` [PATCH 2/3 v2] ARM: bcm2835: Add the Raspberry Pi firmware driver
` [PATCH 3/3 v2] ARM: bcm2835: Add the firmware driver information to the RPi DT
mmotm 2015-05-28-15-39 uploaded
2015-05-28 22:40 UTC
[PATCH] NVMe: fix type warning on 32-bit
2015-05-28 22:35 UTC (2+ messages)
[PATCH 1/1] hv_netvsc: Allocate the receive buffer from the correct NUMA node
2015-05-28 22:29 UTC (2+ messages)
[PATCH] mei: fix up uuid matching
2015-05-28 22:11 UTC (3+ messages)
[PATCH] devpts: Add ptmx_uid and ptmx_gid options
2015-05-28 21:50 UTC (24+ messages)
[PATCHv3 0/2] Adding driver for Xilinx LogiCORE IP mailbox
2015-05-28 21:52 UTC (3+ messages)
` [PATCHv3 1/2] dts: Adding docs for Xilinx LogiCORE IP mailbox driver
` [PATCHv3 2/2] mailbox: Adding driver for Xilinx LogiCORE IP mailbox
[PATCH v6 0/2] kconfig: add xenconfig
2015-05-28 21:50 UTC (4+ messages)
[PATCH] mailbox/bcm2835: Fix mailbox full detection
2015-05-28 21:46 UTC (3+ messages)
[PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia
2015-05-28 21:40 UTC (4+ messages)
[PATCHv5 0/2] socfpga: support suspend to ram
2015-05-28 21:19 UTC (3+ messages)
` [PATCHv5 1/2] ARM: "
` [PATCHv5 2/2] ARM: socfpga: dts: add sdram controller dt binding doc
[PATCH 0/9] drop unneeded goto
2015-05-28 21:32 UTC (11+ messages)
` [PATCH 1/9] drivers/media/usb/airspy/airspy.c: "
` [PATCH 2/9] ipv6: "
` [PATCH 3/9] NFS: "
` [PATCH 4/9] RDMA/ocrdma: "
` [PATCH 5/9] wl1251: "
` [PATCH 6/9] ssb: "
` [PATCH 7/9] drivers/media/tuners/e4000.c: "
` [PATCH 8/9] staging/lustre/mdc: "
` [PATCH 9/9] regmap: "
[PATCH v2] w1: masters: omap_hdq: Add support for 1-wire mode
2015-05-28 21:27 UTC (2+ messages)
ADMIN TEAM
2015-05-28 9:37 UTC
[PATCH] staging: ft1000: warning removal: extern functions to static ones
2015-05-28 21:16 UTC (3+ messages)
[PATCH] kernel:watchdog - Fix for typo in comment in function watchdog_nmi_enable()
2015-05-28 21:16 UTC (2+ messages)
perf: Additional improvements for json event lists
2015-05-28 21:15 UTC (6+ messages)
` [PATCH 1/3] perf, tools: Add override support for event list CPUID
` [PATCH 2/3] perf, tools: Support long descriptions with perf list -v
` [PATCH 3/3] perf, tools: Fix jevents dependencies
[PATCH 1/3 v2] dt/bindings: Add binding for the Raspberry Pi firmware driver
2015-05-28 21:12 UTC (3+ messages)
` [PATCH 1/3 v3] "
[RFC 0/3] get rid of mm_struct::owner
2015-05-28 21:07 UTC (4+ messages)
` [RFC 3/3] memcg: "
[PATCH v3 0/3] alloc_huge_page/hugetlb_reserve_pages race
2015-05-28 21:00 UTC (4+ messages)
` [PATCH v3 3/3] mm/hugetlb: handle races in alloc_huge_page and hugetlb_reserve_pages
[PATCH v2 00/20] libnd: non-volatile memory device support
2015-05-28 20:58 UTC (8+ messages)
` [PATCH v2 08/20] libnd, nd_acpi: regions (block-data-window, persistent memory, volatile memory)
` [Linux-nvdimm] "
[PATCH] amba: Support clk parents and rates assigned in DT
2015-05-28 20:52 UTC
[PATCH v12 0/8] cgroup: add pids subsystem
2015-05-28 20:47 UTC (16+ messages)
` [PATCH v12 4/8] cgroup, block: implement task_get_css() and use it in bio_associate_current()
` [PATCH v12 5/8] cgroup: move enum cgroup_subsys_id definition
` [PATCH v12 8/8] cgroup: implement the PIDs subsystem
[PATCH] staging: wilc1000 dead code removal
2015-05-28 20:42 UTC (2+ messages)
[PATCH] x86, cpuinfo x86_model_id whitespace cleanup
2015-05-28 20:39 UTC (12+ messages)
` [PATCH 14/18] x86/cpu: Strip any /proc/cpuinfo model name field whitespace
` [tip:x86/cpu] x86/cpu: Strip any /proc/ cpuinfo "
[PATCH v2 0/5] support "cpu_isolated" mode for nohz_full
2015-05-28 20:38 UTC (4+ messages)
` [PATCH v2 1/5] nohz_full: add support for "cpu_isolated" mode
[PATCH] Revert "PCI/PM: Remove pci_pm_complete()"
2015-05-28 20:38 UTC (2+ messages)
[PATCH] MIPS: bugfix of local_r4k_flush_icache_range - added L2 flush
2015-05-28 20:37 UTC
[PATCH 0/3] Add support for X51-R3 to alienware-wmi
2015-05-28 20:34 UTC (6+ messages)
` [PATCH 3/3] Capture cable events created by Alienware GFX Amplifier
randconfig build error with next-20150528, in drivers/power/twl4030_charger.c
2015-05-28 20:33 UTC (4+ messages)
[PATCH] frontswap: allow multiple backends
2015-05-28 20:28 UTC
randconfig build error with next-20150528, in sound/core/seq/seq_info.c
2015-05-28 20:28 UTC
[PATCH v4 0/2] socfpga: support suspend to ram
2015-05-28 20:23 UTC (10+ messages)
` [PATCH v4 1/2] ARM: "
[PATCH] crypto: prevent nx 842 load if no hw driver
2015-05-28 20:21 UTC
[PATCH 00/10] printk: Avoid deadlock in NMI + vprintk_emit() cleanup
2015-05-28 20:09 UTC (5+ messages)
` [PATCH 02/10] printk: Try harder to get logbuf_lock on NMI
[PATCH 2/2] ts2020: Provide DVBv5 API signal strength
2015-05-28 20:07 UTC (5+ messages)
` [PATCH 1/2] TS2020: Calculate tuner gain correctly
[RFC] Moving unseen/inactive MAINTAINER M: names and email addresses to CREDITS
2015-05-28 19:59 UTC (3+ messages)
[PATCH] memcg: do not call reclaim if !__GFP_WAIT
2015-05-28 19:59 UTC (2+ messages)
[PATCH v3] radeon: Deinline indirect register accessor functions
2015-05-28 19:21 UTC (2+ messages)
[PATCH 1/2] iio: adc: twl4030_madc: Fix calculation of the temperature sense current
2015-05-28 19:50 UTC (2+ messages)
` [PATCH 2/2] iio: adc: twl4030_madc: Fix description of twl4030_madc_set_current_generator()
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox