linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-10-26 09:49:47 to 2015-10-26 13:55:37 UTC [more...]

[PATCH 0/3] lib/string_helpers: fix precision issues and introduce tests
 2015-10-26 13:55 UTC  (3+ messages)
` [PATCH 2/3] lib/string_helpers.c: don't lose precision in string_get_size()
` [PATCH 3/3] lib/test-string_helpers.c: add string_get_size() tests

[3.16.y-ckt stable] Linux 3.16.7-ckt19 stable review
 2015-10-26 13:43 UTC  (51+ messages)
` [PATCH 3.16.y-ckt 001/104] ARM: 8429/1: disable GCC SRA optimization
` [PATCH 3.16.y-ckt 002/104] CIFS: fix type confusion in copy offload ioctl
` [PATCH 3.16.y-ckt 007/104] kvm: factor out core eventfd assign/deassign logic
` [PATCH 3.16.y-ckt 008/104] kvm: fix double free for fast mmio eventfd
` [PATCH 3.16.y-ckt 010/104] ARM: fix Thumb2 signal handling when ARMv6 is enabled
` [PATCH 3.16.y-ckt 013/104] x86/platform: Fix Geode LX timekeeping in the generic x86 build
` [PATCH 3.16.y-ckt 018/104] hp-wmi: Add missing __init annotations to initialization code
` [PATCH 3.16.y-ckt 025/104] spi: Fix documentation of spi_alloc_master()
` [PATCH 3.16.y-ckt 031/104] usb: chipidea: udc: using the correct stall implementation
` [PATCH 3.16.y-ckt 032/104] net: mvneta: fix DMA buffer unmapping in mvneta_rx()
` [PATCH 3.16.y-ckt 033/104] iser-target: remove command with state ISTATE_REMOVE
` [PATCH 3.16.y-ckt 035/104] KVM: x86: trap AMD MSRs for the TSeg base and mask
` [PATCH 3.16.y-ckt 036/104] usb: Use the USB_SS_MULT() macro to get the burst multiplier
` [PATCH 3.16.y-ckt 049/104] ocfs2/dlm: fix deadlock when dispatch assert master
` [PATCH 3.16.y-ckt 054/104] PCI: Use function 0 VPD for identical functions, regular VPD for others
` [PATCH 3.16.y-ckt 056/104] ASoC: fix broken pxa SoC support
` [PATCH 3.16.y-ckt 057/104] ARM: dts: omap5-uevm.dts: fix i2c5 pinctrl offsets
` [PATCH 3.16.y-ckt 066/104] intel_pstate: Fix overflow in busy_scaled due to long delay
` [PATCH 3.16.y-ckt 073/104] MIPS: dma-default: Fix 32-bit fall back to GFP_DMA
` [PATCH 3.16.y-ckt 074/104] MIPS: CPS: Stop dangling delay slot from has_mt
` [PATCH 3.16.y-ckt 075/104] MIPS: CPS: Don't include MT code in non-MT kernels
` [PATCH 3.16.y-ckt 076/104] MIPS: CPS: #ifdef on CONFIG_MIPS_MT_SMP rather than CONFIG_MIPS_MT
` [PATCH 3.16.y-ckt 077/104] Initialize msg/shm IPC objects before doing ipc_addid()
` [PATCH 3.16.y-ckt 078/104] drm/qxl: recreate the primary surface when the bo is not primary
` [PATCH 3.16.y-ckt 079/104] genirq: Fix race in register_irq_proc()
` [PATCH 3.16.y-ckt 080/104] x86/efi: Fix boot crash by mapping EFI memmap entries bottom-up at runtime, instead of top-down
` [PATCH 3.16.y-ckt 081/104] Use WARN_ON_ONCE for missing X86_FEATURE_NRIPS
` [PATCH 3.16.y-ckt 082/104] mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy a fault
` [PATCH 3.16.y-ckt 083/104] x86/mm: Set NX on gap between __ex_table and rodata
` [PATCH 3.16.y-ckt 084/104] clocksource: Fix abs() usage w/ 64bit values
` [PATCH 3.16.y-ckt 085/104] dmaengine: dw: properly read DWC_PARAMS register
` [PATCH 3.16.y-ckt 086/104] mm/slab: fix unexpected index mapping result of kmalloc_size(INDEX_NODE+1)
` [PATCH 3.16.y-ckt 087/104] drm/vmwgfx: Fix kernel NULL pointer dereference on older hardware
` [PATCH 3.16.y-ckt 088/104] fs: if a coredump already exists, unlink and recreate with O_EXCL
` [PATCH 3.16.y-ckt 089/104] sctp: donot reset the overall_error_count in SHUTDOWN_RECEIVE state
` [PATCH 3.16.y-ckt 090/104] ipc/sem.c: fully initialize sem_array before making it visible
` [PATCH 3.16.y-ckt 091/104] drivers: usb :fsl: Implement Workaround for USB Erratum A007792
` [PATCH 3.16.y-ckt 092/104] drivers: usb: fsl: Workaround for USB erratum-A005275
` [PATCH 3.16.y-ckt 093/104] l2tp: protect tunnel->del_work by ref_count
` [PATCH 3.16.y-ckt 094/104] af_unix: Convert the unix_sk macro to an inline function for type safety
` [PATCH 3.16.y-ckt 095/104] af_unix: return data from multiple SKBs on recv() with MSG_PEEK flag
` [PATCH 3.16.y-ckt 096/104] net/unix: fix logic about sk_peek_offset
` [PATCH 3.16.y-ckt 097/104] skbuff: Fix skb checksum flag on skb pull
` [PATCH 3.16.y-ckt 098/104] skbuff: Fix skb checksum partial check
` [PATCH 3.16.y-ckt 099/104] net: add pfmemalloc check in sk_add_backlog()
` [PATCH 3.16.y-ckt 100/104] ppp: don't override sk->sk_state in pppoe_flush_dev()
` [PATCH 3.16.y-ckt 101/104] ethtool: Use kcalloc instead of kmalloc for ethtool_get_strings
` [PATCH 3.16.y-ckt 102/104] ovs: do not allocate memory from offline numa node
` [PATCH 3.16.y-ckt 103/104] netlink: Trim skb to alloc size to avoid MSG_TRUNC
` [PATCH 3.16.y-ckt 104/104] net: add length argument to skb_copy_and_csum_datagram_iovec

[PATCH v4 0/5] mtd: pxa3xx_nand: rework the timing setup
 2015-10-26 13:50 UTC  (2+ messages)

[PATCH 1/3] devicetree: add vendor prefix for Aurora VLSI
 2015-10-26 13:54 UTC  (8+ messages)
` [PATCH 2/3] devicetree: add binding for Aurora VLSI NB8800 Ethernet controller

[PATCH v6.1 1/1] Input: Add userio module
 2015-10-26 13:51 UTC  (4+ messages)
` [PATCH v6.2 "

[BUG] reporting stuck on s390 in dso__split_kallsyms_for_kcore
 2015-10-26 13:51 UTC  (3+ messages)
  ` [PATCH] perf tools: Fix endless loop "

[PATCH v3 0/4] Simple wait queue support
 2015-10-26 13:26 UTC  (6+ messages)
` [PATCH v3 1/4] wait.[ch]: Introduce the simple waitqueue (swait) implementation

[PATCH v2 0/9] Add STM32 pinctrl/GPIO driver
 2015-10-26 13:42 UTC  (9+ messages)
` [PATCH v2 5/9] ARM: mach-stm32: Select pinctrl
` [PATCH v2 7/9] ARM: dts: Add USART1 pin config to STM32F429 boards
` [PATCH v2 8/9] ARM: dts: Add leds support to STM32F429 Discovery board
` [PATCH v2 9/9] ARM: config: Enable GPIO Led driver in stm32_defconfig

[PATCH v5 0/3] Mediatek SPI-NOR flash driver
 2015-10-26 13:40 UTC  (4+ messages)
` [PATCH v5 1/3] doc: dt: add documentation for Mediatek spi-nor controller
` [PATCH v5 2/3] mtd: mtk-nor: mtk serial flash controller driver
` [PATCH v5 3/3] arm64: dts: mt8173: Add nor flash node

[BUGFIX PATCH] kselftest/ftrace: Fix the testcases for kprobes on do_fork
 2015-10-26 13:35 UTC  (2+ messages)

[PATCH 0/9] Add STM32 EXTI interrupt controller support
 2015-10-26 13:35 UTC  (3+ messages)
` [PATCH 6/9] pinctrl: Add IRQ support to STM32 gpios

[PATCH 3/3] sched: Implement interface for cgroup unified hierarchy
 2015-10-26 13:32 UTC  (12+ messages)
                  ` Getrandom wrapper

[PATCH v1 00/17] add fixes, device quirks, error recovery,
 2015-10-26 13:30 UTC  (10+ messages)
` [PATCH v1 02/17] scsi: ufs: add option to change default UFS power management level
` [PATCH v1 06/17] scsi :ufs: verify hba controller hce reg value
` [PATCH v1 07/17] scsi: ufs: separate device and host quirks

[Linux v4.3-rc6] i915: issues with Skylake integrated graphics
 2015-10-26 13:28 UTC  (2+ messages)

[PATCH V2 0/3] perf/powerpc:Add ability to sample intr machine state in powerpc
 2015-10-26 13:17 UTC  (5+ messages)
` [PATCH V2 1/3] perf/powerpc:add ability to sample intr machine state in power
` [PATCH V2 2/3] tools/perf:Map the ID values with register names
` [PATCH V2 3/3] perf/powerpc :add support for sampling intr machine state

[PATCH v3 0/5] mfd: sec: add S2MPS15 PMIC support
 2015-10-26 12:51 UTC  (6+ messages)
` [PATCH v3 1/5] dt-bindings: mfd: s2mps11: add documentation for s2mps15 PMIC
` [PATCH v3 2/5] mfd: sec: Add support for S2MPS15 PMIC
` [PATCH v3 3/5] regulator: s2mps11: add support for S2MPS15 regulators
` [PATCH v3 4/5] clk: s2mps15: Add support for S2MPS15 clocks
` [PATCH v3 5/5] drivers/rtc/rtc-s5m.c: add support for S2MPS15 RTC

[RFC PATCH v2 0/2] perf tools: Don't set inherit bit for system wide evsel
 2015-10-26 13:02 UTC  (6+ messages)
` [RFC PATCH v2 1/2] perf tools: Set evsel->system_wide field for global system wide recording
` [RFC PATCH v2 2/2] perf tools: Don't set inherit bit for system wide evsel

[PATCH v3 0/7] samsung: pmu: split up SoC specific PMU data
 2015-10-26 12:55 UTC  (8+ messages)
` [PATCH v3 1/7] ARM: EXYNOS: removing redundant code from regs-pmu.h
` [PATCH v3 2/7] ARM: EXYNOS: Move pmu specific headers under "linux/soc/samsung"
` [PATCH v3 3/7] ARCH: EXYNOS: split up exynos3250 SoC specific PMU data
` [PATCH v3 4/7] ARCH: EXYNOS: split up exynos4 "
` [PATCH v3 5/7] ARCH: EXYNOS: split up exynos5250 "
` [PATCH v3 6/7] ARCH: EXYNOS: split up exynos5420 "
` [PATCH v3 7/7] drivers: soc: Add support for Exynos PMU driver

[PATCH v3 00/15] Big fixes, retries, handle a race condition
 2015-10-26 12:59 UTC  (10+ messages)
` [PATCH v3 05/15] scsi: ufs: increase fDeviceInit query response timeout
` [PATCH v3 13/15] scsi: ufs: add missing memory barriers

[PATCH v10 0/4] Allow USB devices to remain runtime-suspended when sleeping
 2015-10-26 12:56 UTC  (3+ messages)
` [PATCH v10 3/4] PM / sleep: Go direct_complete if driver has no callbacks

[PATCH v3 net-next] bpf: fix bpf_perf_event_read() helper
 2015-10-26 12:54 UTC  (7+ messages)

[GIT PULL] On-demand device probing
 2015-10-26 12:55 UTC  (8+ messages)

[PATCH v2 0/5] mfd: sec: add S2MPS15 PMIC support
 2015-10-26 12:42 UTC  (10+ messages)
` [PATCH v2 1/5] dt-bindings: mfd: s2mps11: add documentation for s2mps15 PMIC
` [PATCH v2 2/5] mfd: sec: Add support for S2MPS15 PMIC
` [PATCH v2 3/5] regulator: s2mps11: add support for S2MPS15 regulators
` [PATCH v2 4/5] clk: s2mps15: Add support for S2MPS15 clocks
` [PATCH v2 5/5] drivers/rtc/rtc-s5m.c: add support for S2MPS15 RTC

[PATCH v4] PCI: Xilinx-NWL-PCIe: Added support for Xilinx NWL PCIe Host Controller
 2015-10-26 12:47 UTC  (4+ messages)

[PATCH v2] EDAC: Add ARM64 EDAC
 2015-10-26 12:46 UTC  (2+ messages)

[PATCH v2] cpufreq: arm_big_little: fix frequency check when bL switcher is active
 2015-10-26 12:42 UTC  (2+ messages)

[PATCH] leds: bcm6328: Handle default-state of LEDs correctly
 2015-10-26 12:36 UTC  (3+ messages)

[PATCH 0/2] wait/ptrace: always assume __WALL if the child is traced
 2015-10-26 12:08 UTC  (9+ messages)
` [PATCH 1/2] "

[PATCH] HID: usbhid: Add a quirk for Xin-Mo Dual Arcade
 2015-10-26 12:06 UTC  (4+ messages)

[PATCH] nfc: nci: non-static functions can not be inline
 2015-10-26 11:58 UTC 

[PATCH] component: demote bind messages to debug level
 2015-10-26 11:49 UTC 

[RFC PATCH] perf tools: Don't set inherit bit for system wide evsel
 2015-10-26 11:48 UTC  (7+ messages)

[PATCH v2 0/4] x86: sigcontext fixes, again
 2015-10-26 11:45 UTC  (2+ messages)

[PATCH 7/8] sparc/math-emu: Move sparc from math-emu-old to math-emu
 2015-10-26 12:02 UTC  (2+ messages)

[PATCH v2 1/3] extcon: arizona: Add extcon specific device tree binding document
 2015-10-26 11:28 UTC  (4+ messages)
` [PATCH v2 2/3] regulator: arizona: Add regulator "

can't oom-kill zap the victim's memory?
 2015-10-26 11:44 UTC  (6+ messages)
  ` Can't we use timeout based OOM warning/killing?
        ` Newbie's question: memory allocation when reclaiming memory

[PATCH v5 0/5] Add SMP bringup support for mt65xx socs
 2015-10-26 11:40 UTC  (6+ messages)
` [PATCH v5 4/5] ARM: dts: mt8135: enable basic SMP bringup for mt8135

[PATCH_V3 0/4] MIPS: Add Xilfpga platform
 2015-10-26 11:30 UTC  (5+ messages)
` [PATCH_V3 1/4] dt-bindings: MIPS: Document xilfpga bindings and boot style
` [PATCH_V3 2/4] MIPS: dt: xilfpga: Add xilfpga device tree files
` [PATCH_V3 3/4] MIPS: xilfpga: Add mipsfpga platform code
` [PATCH_V3 4/4] MIPS: Add xilfpga defconfig

[PATCH] arm64/mm: use PAGE_ALIGNED instead of IS_ALIGNED
 2015-10-26 11:26 UTC 

[PATCH v2] ASoC: wm9713: convert to regmap
 2015-10-26 11:27 UTC  (3+ messages)
` [alsa-devel] "

[PATCH v3] regulator, dt: add dt support for tps6502x regulator
 2015-10-26 11:25 UTC 

[PATCH v4 0/4] enhance shmem process and swap accounting
 2015-10-26 11:22 UTC  (5+ messages)
` [PATCH v4 2/4] mm, proc: account for shmem swap in /proc/pid/smaps

[PATCH v12 0/8] PCI: hisi: Add PCIe host support for HiSilicon SoC Hip05
 2015-10-26 11:35 UTC  (9+ messages)
` [PATCH v12 1/8] PCI: designware: move calculation of bus addresses to DRA7xx
` [PATCH v12 2/8] ARM/PCI: remove align_resource in pci_sys_data
` [PATCH v12 3/8] PCI: designware: Replace DT PCI ranges parse with of_pci_get_host_bridge_resources
` [PATCH v12 4/8] PCI: designware: Add ARM64 support
` [PATCH v12 5/8] PCI: designware: Remove *_mod_base
` [PATCH v12 6/8] PCI: hisi: Add PCIe host support for HiSilicon SoC Hip05
` [PATCH v12 7/8] Documentation: DT: Add HiSilicon PCIe host binding
` [PATCH v12 8/8] MAINTAINERS: Add pcie-hisi maintainer

[PATCH] power: qcom_smbb: Add otg regulator for control of vbus
 2015-10-26 11:17 UTC  (2+ messages)

[RFC PATCH 0/3] PCI: generate proper configuration access cycles
 2015-10-26 11:02 UTC  (4+ messages)
` [RFC PATCH 1/3] PCI: iproc: "
` [RFC PATCH 2/3] PCI: tegra: "
` [RFC PATCH 3/3] PCI: xgene: "

Crypto Update for 3.13
 2015-10-26 11:02 UTC  (11+ messages)
` Crypto Update for 3.14
  ` Crypto Update for 3.15
    ` Crypto Update for 3.16
      ` Crypto Update for 3.17
        ` Crypto Update for 3.18
          ` Crypto Update for 3.19
            ` Crypto Update for 3.20
              ` Crypto Fixes for 4.2
                ` Crypto Fixes for 4.3

[PATCH v3] pwm: lpss: Add support for runtime PM
 2015-10-26 10:58 UTC 

get_maintainer.pl and too many names (was: Re: [PATCH v2 0/2] i2c: uniphier: add two I2C controller drivers for UniPhier SoC platform)
 2015-10-26 10:59 UTC 

[PATCH 1/3] ARM: STi: Add DT defines for co-processor reset lines
 2015-10-26 10:56 UTC  (3+ messages)
` [PATCH 2/3] reset: sti: Add support for resetting co-processors
` [PATCH 3/3] reset: sti: Provide ops .status() call-back

[PATCH 0/3] Mediatek EFUSE Support
 2015-10-26 10:55 UTC  (9+ messages)
` [PATCH 1/3] dt-bindings: add document of mediatek efuse driver
` [PATCH 2/3] nvmem: mediatek: Add Mediatek EFUSE driver

[PATCH] iio: adc: vf610_adc: Fix division by zero error
 2015-10-26 10:33 UTC  (2+ messages)

How is jiffies upation while holding spinlock in Uniprocessor or SMP environment?
 2015-10-26 10:48 UTC  (2+ messages)

[PATCH v2 0/2] i2c: uniphier: add two I2C controller drivers for UniPhier SoC platform
 2015-10-26 10:47 UTC  (5+ messages)

[PULL] Module preeption fix
 2015-10-26  9:25 UTC 

Request for stable 3.10.y inclusion: fix for CVE-2015-6937(rds)
 2015-10-26 10:41 UTC 

[PATCH V2] mm: fix kernel crash in khugepaged thread
 2015-10-26 10:39 UTC 

[PATCH net-next 0/3] bpf_perf_event_output helper
 2015-10-26 10:27 UTC  (8+ messages)
` [PATCH net-next 2/3] bpf: introduce bpf_perf_event_output() helper

[PATCH v3] VFIO: platform: reset: AMD xgbe reset module
 2015-10-26 10:22 UTC  (2+ messages)

[PATCH tip/locking/core v5 0/6] atomics: powerpc: Implement relaxed/acquire/release variants of some atomics
 2015-10-26 10:15 UTC  (9+ messages)
` [PATCH tip/locking/core v5 1/6] powerpc: atomic: Make _return atomics and *{cmp}xchg fully ordered
` [PATCH tip/locking/core v5 2/6] atomics: Add test for atomic operations with _relaxed variants
` [PATCH tip/locking/core v5 3/6] atomics: Allow architectures to define their own __atomic_op_* helpers
` [PATCH tip/locking/core v5 4/6] powerpc: atomic: Implement atomic{,64}_*_return_* variants
` [PATCH tip/locking/core v5 5/6] powerpc: atomic: Implement xchg_* and atomic{,64}_xchg_* variants
` [PATCH tip/locking/core v5 6/6] powerpc: atomic: Implement cmpxchg{,64}_* and atomic{,64}_cmpxchg_* variants
` [PATCH RESEND tip/locking/core v5 1/6] powerpc: atomic: Make _return atomics and *{cmp}xchg fully ordered

[PATCH v3 0/3] Add RT5033 Flash LED driver
 2015-10-26 10:11 UTC  (5+ messages)
` [PATCH v3 1/3] leds: rt5033: Add DT binding for RT5033
` [PATCH v3 3/3] leds: rt5033: Add RT5033 Flash led device driver

Can arm64 plan to support hibernation(suspend-to-disk)in current kernel(ATF)?
 2015-10-26 10:09 UTC  (2+ messages)

[PATCH 5/7 v2] um: Remove dead symbol from i386 syscall stub
 2015-10-26 10:04 UTC 

[PATCH 0/9] add missing of_node_put
 2015-10-26  9:52 UTC  (3+ messages)
` [PATCH 9/9] pinctrl: at91: "

[PATCH 1/7] um: Define PTRACE_OLDSETOPTIONS
 2015-10-26  9:48 UTC  (2+ messages)
` [PATCH 2/7] um: Store syscall number after syscall_trace_enter()


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