messages from 2015-06-24 09:31:24 to 2015-06-24 13:27:43 UTC [more...]
[GIT] Networking
2015-06-24 13:39 UTC
kdbus: to merge or not to merge?
2015-06-24 13:27 UTC (9+ messages)
[PATCH] tick/idle/powerpc: Do not register idle states with CPUIDLE_FLAG_TIMER_STOP set in periodic mode
2015-06-24 13:50 UTC (2+ messages)
[PATCH 00/17] Deprecate phy-omap-control and use SYSCON
2015-06-24 13:21 UTC (37+ messages)
` [PATCH 02/17] phy: ti-pipe3: use *syscon* framework to power on/off the PHY
` [PATCH 03/17] phy: ti-pipe3: use *syscon* framework to set PCS value of "
` [PATCH 04/17] phy: omap-usb2: use omap_usb_power_off to power off the PHY during probe
` [PATCH 05/17] phy: omap-usb2: Add a new compatible string for USB2 PHY2
` [PATCH 06/17] phy: omap-usb2: use *syscon* framework to power on/off the PHY
` [PATCH 07/17] usb: musb: omap2430: use *syscon* framework to write to mailbox register
` [PATCH 08/17] ARM: dts: dra7: Add dt node for the sycon pcie
` [PATCH 09/17] ARM: dts: dra7: Use "syscon-phy-power" instead of "ctrl-module" in SATA PHY node
` [PATCH 11/17] ARM: dts: dra7: Use "ti,dra7x-usb2-phy2" compatible string for USB2 PHY2
` [PATCH 17/17] ARM: dts: omap4: Use "syscon-otghs" instead of "ctrl-module" in USB node
[PATCH 2/2] PM / Domains: Avoid infinite loops in attach/detach code
2015-06-24 13:48 UTC (4+ messages)
[PATCH with Coccinelle?] Deletion of unnecessary checks before specific function calls
2015-06-24 13:20 UTC (8+ messages)
` [PATCH 1/1] keys: Deletion of an unnecessary check before the function call "key_put"
` [PATCH] keys: Delete "
` ACPI-APEI: Make exception handling a bit more efficient in __einj_error_trigger()
` [PATCH] ACPICA: Delete an unnecessary check before the function call "acpi_ds_delete_walk_state"
` [PATCH] kdbus: Delete an unnecessary check before the function call "kdbus_domain_unref"
[PATCH] i2c: designware: use enable on resume instead initialization
2015-06-24 13:18 UTC (10+ messages)
[PATCH v6 0/5] block: loop: improve loop with AIO
2015-06-24 13:07 UTC (6+ messages)
` [PATCH v6 1/5] fs: direct-io: don't dirtying pages for ITER_BVEC/ITER_KVEC direct read
` [PATCH v6 2/5] block: loop: set QUEUE_FLAG_NOMERGES for request queue of loop
` [PATCH v6 3/5] block: loop: use kthread_work
` [PATCH v6 4/5] block: loop: prepare for supporing direct IO
` [PATCH v6 5/5] block: loop: support DIO & AIO
[PATCH v4 0/2] Drivers: hv: vmbus: use cpu_hotplug_enable/disable for CPU offlining prevention
2015-06-24 13:17 UTC (3+ messages)
` [PATCH v4 1/2] cpu-hotplug: export cpu_hotplug_enable/cpu_hotplug_disable
` [PATCH v4 2/2] Drivers: hv: vmbus: use cpu_hotplug_enable/disable
[PATCH 2/2] perf/x86/intel: Fix PMI handling for Intel PT
2015-06-24 13:16 UTC (4+ messages)
` [tip:perf/urgent] "
[GIT PULL] EDAC updates for 4
2015-06-24 13:15 UTC (5+ messages)
[PATCH v6 0/9] Add simple NVMEM Framework via regmap
2015-06-24 13:03 UTC (26+ messages)
` [PATCH v6 1/9] nvmem: Add a simple NVMEM framework for nvmem providers
` [PATCH v6 2/9] nvmem: Add a simple NVMEM framework for consumers
` [PATCH v6 3/9] nvmem: Add nvmem_device based consumer apis
` [PATCH v6 4/9] nvmem: Add bindings for simple nvmem framework
` [PATCH v6 7/9] nvmem: qfprom: Add bindings for qfprom
` [PATCH v6 8/9] nvmem: sunxi: Move the SID driver to the nvmem framework
[PATCH 00/32] ACPICA: 20150619 Release
2015-06-24 12:55 UTC (4+ messages)
` [PATCH v2 00/28] "
` [PATCH v2 02/28] ACPICA: Linuxize: Replace __FUNCTION__ with __func__
Regression in perf bench numa convergence stats
2015-06-24 12:49 UTC (2+ messages)
[PATCH v6] Mediatek SCPSYS power domain support
2015-06-24 12:45 UTC (2+ messages)
[RFC PATCH v8 00/49] perf tools: filtering events using eBPF programs
2015-06-24 12:31 UTC (50+ messages)
` [RFC PATCH v8 01/49] tools build: Add feature check for eBPF API
` [RFC PATCH v8 02/49] bpf tools: Introduce 'bpf' library to tools
` [RFC PATCH v8 03/49] bpf tools: Allow caller to set printing function
` [RFC PATCH v8 04/49] bpf tools: Open eBPF object file and do basic validation
` [RFC PATCH v8 05/49] bpf tools: Read eBPF object from buffer
` [RFC PATCH v8 06/49] bpf tools: Check endianess and make libbpf fail early
` [RFC PATCH v8 07/49] bpf tools: Iterate over ELF sections to collect information
` [RFC PATCH v8 08/49] bpf tools: Collect version and license from ELF sections
` [RFC PATCH v8 09/49] bpf tools: Collect map definitions from 'maps' section
` [RFC PATCH v8 10/49] bpf tools: Collect symbol table from SHT_SYMTAB section
` [RFC PATCH v8 11/49] bpf tools: Collect eBPF programs from their own sections
` [RFC PATCH v8 12/49] bpf tools: Collect relocation sections from SHT_REL sections
` [RFC PATCH v8 13/49] bpf tools: Record map accessing instructions for each program
` [RFC PATCH v8 14/49] bpf tools: Add bpf.c/h for common bpf operations
` [RFC PATCH v8 15/49] bpf tools: Create eBPF maps defined in an object file
` [RFC PATCH v8 16/49] bpf tools: Relocate eBPF programs
` [RFC PATCH v8 17/49] bpf tools: Introduce bpf_load_program() to bpf.c
` [RFC PATCH v8 18/49] bpf tools: Load eBPF programs in object files into kernel
` [RFC PATCH v8 19/49] bpf tools: Introduce accessors for struct bpf_program
` [RFC PATCH v8 20/49] bpf tools: Introduce accessors for struct bpf_object
` [RFC PATCH v8 21/49] bpf tools: Link all bpf objects onto a list
` [RFC PATCH v8 22/49] perf tools: Make perf depend on libbpf
` [RFC PATCH v8 23/49] perf tools: Introduce llvm config options
` [RFC PATCH v8 24/49] perf tools: Call clang to compile C source to object code
` [RFC PATCH v8 25/49] perf tests: Add LLVM test for eBPF on-the-fly compiling
` [RFC PATCH v8 26/49] perf tools: Auto detecting kernel build directory
` [RFC PATCH v8 27/49] perf tools: Auto detecting kernel include options
` [RFC PATCH v8 28/49] perf record: Enable passing bpf object file to --event
` [RFC PATCH v8 29/49] perf record: Compile scriptlets if pass '.c' "
` [RFC PATCH v8 30/49] perf tools: Parse probe points of eBPF programs during preparation
` [RFC PATCH v8 31/49] perf probe: Attach trace_probe_event with perf_probe_event
` [RFC PATCH v8 32/49] perf record: Probe at kprobe points
` [RFC PATCH v8 33/49] perf record: Load all eBPF object into kernel
` [RFC PATCH v8 34/49] perf tools: Add bpf_fd field to evsel and config it
` [RFC PATCH v8 35/49] perf tools: Attach eBPF program to perf event
` [RFC PATCH v8 36/49] perf tools: Suppress probing messages when probing by BPF loading
` [RFC PATCH v8 37/49] perf record: Add clang options for compiling BPF scripts
` [RFC PATCH v8 38/49] bpf tools: Load instructions buffer using load_program()
` [RFC PATCH v8 39/49] bpf tools: Load a program with different instance using preprocessor
` [RFC PATCH v8 40/49] perf tools: Fix probe-event.h include
` [RFC PATCH v8 41/49] perf probe: Reset tev->args and tev->nargs when failure
` [RFC PATCH v8 42/49] perf tools: Move linux/filter.h to tools/include
` [RFC PATCH v8 43/49] perf tools: Iterater over tev instead of pev in bpf__for_each_program
` [RFC PATCH v8 44/49] perf tools: Add BPF_PROLOGUE config options for further patches
` [RFC PATCH v8 45/49] perf tools: Introduce arch_get_reg_info() for x86
` [RFC PATCH v8 46/49] perf tools: Add prologue for BPF programs for fetching arguments
` [RFC PATCH v8 47/49] perf tools: Generate prologue for BPF programs
` [RFC PATCH v8 48/49] perf tools: Use same BPF program if arguments are identical
` [RFC PATCH v8 49/49] perf record: Support custom vmlinux path
[RFC v2 0/3] mm: make swapin readahead to gain more thp performance
2015-06-24 12:33 UTC (7+ messages)
` [RFC v2 1/3] mm: add tracepoint for scanning pages
` [RFC v2 3/3] mm: make swapin readahead to improve thp collapse rate
[PATCH 0/9] staging:lustre: remove kernel defines in userland headers
2015-06-24 12:37 UTC (3+ messages)
` [PATCH v4 4/9] staging:lustre: merge socklnd_lib-linux.h into socklnd.h
[PATCH v5 0/6] pmem api, generic ioremap_cache, and memremap
2015-06-24 12:35 UTC (12+ messages)
` [PATCH v5 2/6] arch: unify ioremap prototypes and macro aliases
` [PATCH v5 6/6] arch, x86: pmem api for ensuring durability of persistent memory updates
[PATCH 0/4] blk-mq: fix race conditions on cpu hotplug handling
2015-06-24 12:35 UTC (5+ messages)
` [PATCH 3/4] blk-mq: establish new mapping before cpu starts handling requests
` [PATCH 4/4] blk-mq: fix mq_usage_counter race when switching to percpu mode
subtle side effect of commit a1c48bb160f836
2015-06-24 12:20 UTC (7+ messages)
[PATCH] regulator: da9210: Add optional interrupt support
2015-06-24 12:14 UTC
powerpc,numa: Memory hotplug to memory-less nodes ?
2015-06-24 12:13 UTC (3+ messages)
[PATCH 00/15] libnvdimm: ->rw_bytes(), BLK-mode, unit tests, and misc features
2015-06-24 12:11 UTC (18+ messages)
` [PATCH 02/15] libnvdimm: infrastructure for btt devices
` [PATCH 14/15] libnvdimm: support read-only btt backing devices
[PATCH/RFC 00/15] ARM: shmobile: R-Car: Add SYSC PM Domain DT Support
2015-06-24 12:11 UTC (3+ messages)
` [PATCH/RFC 02/15] ARM: shmobile: R-Car: Add DT support for PM domains
[RFC PATCH v6 0/2] Implement NVMEM/SoC bus support for Vybrid
2015-06-24 12:05 UTC (13+ messages)
` [RFC PATCH v6 2/2] nvmem: Add Vybrid OCOTP and OCROM support
Use of pinctrl-single for external device over I2C
2015-06-24 12:04 UTC (2+ messages)
[Patch 0/2] Add mt6580 basic chip support
2015-06-24 11:59 UTC (6+ messages)
` [PATCH 2/2] ARM: dts: mediatek: add mt6580 basic support
[PATCH V2] added device tree support to gpio-generic driver
2015-06-24 11:55 UTC (3+ messages)
` [PATCH V3] "
LOAN
2015-06-23 22:53 UTC
[PATCH v6 09/12] KVM: arm64: introduce vcpu->arch.debug_ptr
2015-06-24 11:42 UTC (2+ messages)
[PATCH v4 0/8] mfd: introduce a driver for LPSS devices on SPT
2015-06-24 11:31 UTC (3+ messages)
` [PATCH v4 6/8] mfd: make mfd_remove_devices() iterate in reverse order
[PATCH 1/2] mfd: arizona: Fix race between runtime suspend and IRQs
2015-06-24 11:29 UTC (4+ messages)
` [PATCH 2/2] mfd: arizona: Fix initialisation of the PM runtime
[PATCH] tty/early: make serial8250_early_{in,out} static again
2015-06-24 11:26 UTC
[PATCH 1/3] ti-st: st_kim: use ERR_PTR(-ENOMEM) instead of NULL
2015-06-24 10:24 UTC (3+ messages)
` [PATCH 2/3] ti-st: st_kim: fix nshutdown_gpio in get_platform_data
` [PATCH 3/3] ti-st: st_kim: use gpio_set_value_cansleep to fix warning
[PATCH RESEND] regulator: s2mps11: Fix GPIO suspend enable shift wrapping bug
2015-06-24 11:25 UTC (2+ messages)
[PATCH 1/1] cpu-hotplug: export cpu_hotplug_enable/cpu_hotplug_disable
2015-06-24 11:14 UTC (8+ messages)
[PATCH] added device tree support to gpio-generic driver
2015-06-24 11:07 UTC (3+ messages)
[PATCH v2 0/2] arm64: dts: Mediatek: MT8173 updtes
2015-06-24 11:00 UTC (4+ messages)
` [PATCH v2 2/2] arm64: dts: mt8173: Add I2C device node
[Bugfix v2] PCI, ACPI: Fix regressions caused by resource_size_t overflow with 32bit kernel
2015-06-24 11:00 UTC (8+ messages)
` [Bugfix v3] PCI, ACPI: Fix regressions caused by resource_size_t overflow with 32-bit kernel
[PATCH] mfd: intel_soc_pmic: Constify ACPI device ids
2015-06-24 10:59 UTC (2+ messages)
[PATCH V2] mfd: add Intel Broxton Whiskey Cove PMIC driver
2015-06-24 10:57 UTC (2+ messages)
[PATCH] regulator: s2mps11: Added shutdown function to poweroff Odroid-XU3
2015-06-24 10:57 UTC (4+ messages)
[PATCH V2 0/5] drivers/rtc/rtc-ds1307.c: Basic cleanups and support for wakeupirq
2015-06-24 10:54 UTC (3+ messages)
` [PATCH V2 4/5] drivers/rtc/rtc-ds1307.c: Support optional wakeup interrupt source
[PATCH] regulator: s2mps11: Fix GPIO suspend enable shift wrapping bug
2015-06-24 10:43 UTC (5+ messages)
[PATCH] mm: make GUP handle pfn mapping unless FOLL_GET is requested
2015-06-24 10:25 UTC
[PATCH] arm64: dts: mt8173: add clock_null
2015-06-24 10:24 UTC (4+ messages)
[PATCH] mm: fix status code move_pages() returns for zero page
2015-06-24 10:23 UTC
[PATCH 0/9] [New BSP] Add initial support for Freescale Kinetis TWR-K70F120M development kit
2015-06-24 10:21 UTC (3+ messages)
` [PATCH 7/9] arm: twr-k70f120m: IOMUX driver for Kinetis SoC
Uses of Linux backports in the industry
2015-06-24 10:18 UTC (9+ messages)
[PATCH] staging: speakup: replace simple_strtoul() with kstrtoint()
2015-06-24 10:19 UTC (5+ messages)
[GIT PULL] pin control bulk changes for the v4.2 series
2015-06-24 10:12 UTC
[PATCH 0/2] perf/x86: Trivial cleanups
2015-06-24 10:05 UTC (3+ messages)
` [PATCH 1/2] perf/x86/intel/bts: Cleanup: drop redundant declarations
` [PATCH 2/2] perf/x86/intel: Kill off intel_pmu_needs_lbr_smpl for good
[PATCH v2] staging: rtl8192u: bool tests don't need comparisons
2015-06-24 10:12 UTC (3+ messages)
[PATCH v5 00/11] Add simple NVMEM Framework via regmap
2015-06-24 10:05 UTC (6+ messages)
` [PATCH v5 03/11] nvmem: Add a simple NVMEM framework for nvmem providers
[PATCH 1/1] block: remove check around kfree
2015-06-24 10:03 UTC
[PATCH] acpi/video: Inline acpi_video_set_dmi_backlight_type
2015-06-24 10:01 UTC
[PATCH v2] staging: rtl8192u: remove bool comparisons
2015-06-24 10:07 UTC
[PATCH v2] leds: fix brightness changing when software blinking is active
2015-06-24 9:53 UTC (5+ messages)
[PATCH 00/11] Input: synaptics-rmi4: various fixes for the existing rmi4 branch
2015-06-24 9:51 UTC (3+ messages)
` [PATCH 01/11] Input: synaptics-rmi4 - embed the function modules in rmi_core
[RESEND PATCH V2 0/3] Allow user to request memory to be locked on page fault
2015-06-24 9:47 UTC (10+ messages)
` [RESEND PATCH V2 1/3] Add mmap flag to request pages are locked after "
[RFC][PATCH 12/13] stop_machine: Remove lglock
2015-06-24 9:31 UTC (11+ messages)
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