messages from 2015-05-16 18:11:44 to 2015-05-17 15:56:41 UTC [more...]
[PATCH v1 00/10] *** introduce quirks for UFS host
2015-05-17 15:55 UTC (8+ messages)
` [PATCH v1 01/10] scsi: ufs: introduce the capability and quirk for interrupt aggregation
` [PATCH v1 02/10] scsi: ufs-qcom: don't enable "
` [PATCH v1 03/10] scsi: ufs: provide a quirk to disable the LCC
` [PATCH v1 04/10] scsi: ufs-qcom: enable UFSHCD_QUIRK_BROKEN_LCC
` [PATCH v1 08/10] scsi: ufs-qcom: enable UFSHCD_QUIRK_DME_PEER_ACCESS_AUTO_MODE quirk
` [PATCH v1 09/10] scsi: ufs: add quirk to handle broken UFS HCI version
` [PATCH v1 10/10] scsi: ufs-qcom: enable UFSHCD_QUIRK_BROKEN_UFS_HCI_VERSION
Regression: turbostat stops working after suspend/resume cycle
2015-05-17 15:48 UTC
[PATCH 1/1] Staging: comedi: fix line longer than 80 chars in cb_pcidas64.c
2015-05-17 14:47 UTC
DMA-API on ARM contiguous cacheable memory
2015-05-17 14:48 UTC
[PATCH] ath3k: add support of 13d3:3474 AR3012 device
2015-05-17 14:24 UTC
[PATCH] coccinelle: api: add vma_pages.cocci
2015-05-17 13:39 UTC (2+ messages)
Tux3 Report: How fast can we fsync?
2015-05-17 13:26 UTC (10+ messages)
` [FYI] tux3: Core changes
[PATCH v2 00/10] ARM: sunxi: Introduce Allwinner H3 support
2015-05-17 13:06 UTC (7+ messages)
` [PATCH v2 01/10] Documentation: sunxi: Update Allwinner SoC documentation
` [PATCH v2 02/10] clk: sunxi: Add support for multiple parents to gates
` [PATCH v2 03/10] clk: sunxi: Let divs clocks read the base factor clock name from devicetree
[RFC] rmap: fix "race" between do_wp_page and shrink_active_list
2015-05-17 12:44 UTC (4+ messages)
[PATCH] radix-tree: replace preallocated node array with linked list
2015-05-17 12:38 UTC (2+ messages)
[PATCH] block: convert to kstrto*()
2015-05-17 12:27 UTC
[PATCH] zram: cosmetic zram_bvec_write() cleanup
2015-05-17 12:00 UTC
[PATCH] i2c: eeprom: at24: Provide an EEPROM framework interface
2015-05-15 14:19 UTC (4+ messages)
[PATCH v6 4/4] clk: dt: Introduce binding for always-on clock support
2015-05-15 14:12 UTC (11+ messages)
[PATCH 0/6] ARM: sunxi: Introduce Allwinner H3 support
2015-05-15 12:49 UTC (7+ messages)
` [PATCH 2/6] clk: sunxi: Add H3 clocks support
[PATCH v4 0/3] ARM: berlin: ADC support
2015-05-17 11:40 UTC (5+ messages)
` [PATCH v4 2/3] Documentation: bindings: document the Berlin ADC driver
` [PATCH v4 3/3] ARM: berlin: add an ADC node for the BG2Q
[PATCH 3.12 000/142] 3.12.43-stable review
2015-05-17 11:31 UTC (3+ messages)
[RFC PATCH v3 00/37] perf tools: introduce 'perf bpf' command to load eBPF programs
2015-05-17 10:57 UTC (38+ messages)
` [RFC PATCH v3 01/37] perf/events/core: fix race in bpf program unregister
` [RFC PATCH v3 02/37] perf tools: Set vmlinux_path__nr_entries to 0 in vmlinux_path__exit
` [RFC PATCH v3 03/37] tools lib traceevent: Install libtraceevent.a into libdir
` [RFC PATCH v3 04/37] tools: Change FEATURE_TESTS and FEATURE_DISPLAY to weak binding
` [RFC PATCH v3 05/37] tools: Add __aligned_u64 to types.h
` [RFC PATCH v3 06/37] bpf tools: Introduce 'bpf' library to tools
` [RFC PATCH v3 07/37] bpf tools: Allow caller to set printing function
` [RFC PATCH v3 08/37] bpf tools: Define basic interface
` [RFC PATCH v3 09/37] bpf tools: Open eBPF object file and do basic validation
` [RFC PATCH v3 10/37] bpf tools: Check endianess and set swap flag according to EHDR
` [RFC PATCH v3 11/37] bpf tools: Iterate over ELF sections to collect information
` [RFC PATCH v3 12/37] bpf tools: Collect version and license from ELF sections
` [RFC PATCH v3 13/37] bpf tools: Collect map definitions from 'maps' section
` [RFC PATCH v3 14/37] bpf tools: Collect config string from 'config' section
` [RFC PATCH v3 15/37] bpf tools: Collect symbol table from SHT_SYMTAB section
` [RFC PATCH v3 16/37] bpf tools: Collect eBPF programs from their own sections
` [RFC PATCH v3 17/37] bpf tools: Collect relocation sections from SHT_REL sections
` [RFC PATCH v3 18/37] bpf tools: Record map accessing instructions for each program
` [RFC PATCH v3 19/37] bpf tools: Clear libelf and ELF parsing resrouce to finish opening
` [RFC PATCH v3 20/37] bpf tools: Add bpf.c/h for common bpf operations
` [RFC PATCH v3 21/37] bpf tools: Create eBPF maps defined in an object file
` [RFC PATCH v3 22/37] bpf tools: Relocate eBPF programs
` [RFC PATCH v3 23/37] bpf tools: Introduce bpf_load_program() to bpf.c
` [RFC PATCH v3 24/37] bpf tools: Load eBPF programs in object files into kernel
` [RFC PATCH v3 25/37] bpf tools: Introduce accessors for struct bpf_program
` [RFC PATCH v3 26/37] bpf tools: Introduce accessors for struct bpf_object
` [RFC PATCH v3 27/37] perf tools: Add new 'perf bpf' command
` [RFC PATCH v3 28/37] perf tools: Make perf depend on libbpf
` [RFC PATCH v3 29/37] perf bpf: Add 'perf bpf record' subcommand
` [RFC PATCH v3 30/37] perf bpf: Add bpf-loader and open ELF object files
` [RFC PATCH v3 31/37] perf bpf: Collect all eBPF programs
` [RFC PATCH v3 32/37] perf bpf: Parse probe points of eBPF programs during preparation
` [RFC PATCH v3 33/37] perf bpf: Probe at kprobe points
` [RFC PATCH v3 34/37] perf bpf: Load all eBPF object into kernel
` [RFC PATCH v3 35/37] perf tools: Add a bpf_wrapper global flag
` [RFC PATCH v3 36/37] perf tools: Add bpf_fd field to evsel and config it
` [RFC PATCH v3 37/37] perf tools: Attach eBPF program to perf event
[RFC][PATCHSET v3] non-recursive pathname resolution & RCU symlinks
2015-05-17 10:55 UTC (24+ messages)
[PATCH 0/4] x86/microcode/intel: Some trivial cleanups
2015-05-17 10:55 UTC (5+ messages)
` [PATCH 1/4] x86/microcode/intel: Rename get_matching_microcode
` [PATCH 2/4] x86/microcode/intel: Simplify update_match_cpu()
` [PATCH 3/4] x86/microcode/intel: Simplify get_matching_sig()
` [PATCH 4/4] x86/microcode/intel: Rename get_matching_sig()
[PATCH 1/6] crypto: md5: add MD5 initial vectors
2015-05-17 10:54 UTC (6+ messages)
` [PATCH 2/6] crypto: md5: use md5 IV MD5_HX instead of their raw value
` [PATCH 3/6] crypto: powerpc/md5: "
` [PATCH 4/6] crypto: sparc/md5: "
` [PATCH 5/6] crypto: n2: "
` [PATCH 6/6] crypto: octeon: "
[PATCH v9] crypto: Add Allwinner Security System crypto accelerator
2015-05-17 10:48 UTC (9+ messages)
` [PATCH v9 4/4] "
` [linux-sunxi] "
[PATCH] rtc: mt6397: fix build on some 32bits platforms
2015-05-17 10:47 UTC (4+ messages)
` [rtc-linux] "
[PATCH 0/2] Allow twl4030_charger to find phy reliably
2015-05-17 9:56 UTC (4+ messages)
` [PATCH 2/2] twl4030_charger: find associated phy by more reliable means
[PATCH 0/2] extcon: Use the unique id for each cable and update the extcon notifier
2015-05-17 9:09 UTC (8+ messages)
` [PATCH 1/2] extcon: Use the unique id for external connector instead of string
` [PATCH 2/2] extcon: Update the prototype of extcon_register_notifier() with enum extcon
[GIT PULL] ARM: EXYNOS: Improvements for 4.2, second try
2015-05-17 8:52 UTC (2+ messages)
btrfs balance 4.0 regression?
2015-05-17 8:46 UTC (4+ messages)
[PATCH v6 00/13] ARM: dts: exynos4: labels for overriding nodes
2015-05-17 8:30 UTC (20+ messages)
` [PATCH v6 01/13] ARM: dts: Add labels to exynos4 nodes
` [PATCH 1/4] ARM: multi_v7_defconfig: Enable CPU idle for Exynos
` [PATCH v6 02/13] ARM: dts: Use labels for overriding nodes in exynos4210
` [PATCH 2/4] ARM: multi_v7_defconfig: Enable PMIC and MUIC drivers for Exynos boards
` [PATCH v6 03/13] ARM: dts: Use labels for overriding nodes in exynos4210-origen
` [PATCH 3/4] ARM: multi_v7_defconfig: Enable TMU for Exynos
` [PATCH v6 04/13] ARM: dts: Use labels for overriding nodes in exynos4210-smdkv310
` [PATCH 4/4] ARM: multi_v7_defconfig: Enable OHCI on Exynos
` [PATCH v6 05/13] ARM: dts: Use labels for overriding nodes in exynos4210-trats
` [PATCH v6 06/13] ARM: dts: Use labels for overriding nodes in exynos4212
` [PATCH v6 07/13] ARM: dts: Use labels for overriding nodes in exynos4x12
` [PATCH v6 08/13] ARM: dts: Use labels for overriding nodes in exynos4412
` [PATCH v6 09/13] ARM: dts: Use labels for overriding nodes in exynos4412-odroid
` [PATCH v6 10/13] ARM: dts: Use labels for overriding nodes in exynos4412-smdk4412
` [PATCH v6 11/13] ARM: dts: Use labels for overriding nodes in exynos4412-trats2
` [PATCH v6 12/13] ARM: dts: Use labels for overriding nodes in exynos4412-origen
` [PATCH v6 13/13] ARM: dts: Use labels for overriding nodes in exynos4412-tiny4412
[PATCH v5 0/6] mtrr, mm, x86: Enhance MTRR checks for huge I/O mapping
2015-05-17 8:30 UTC (3+ messages)
` [PATCH v5 1/6] mm, x86: Simplify conditions of HAVE_ARCH_HUGE_VMAP
[PATCH v4 0/8] ARM: dts: exynos5: labels for overriding nodes
2015-05-17 8:26 UTC (9+ messages)
` [PATCH v4 1/8] ARM: dts: Add labels to exynos5 nodes
` [PATCH v4 2/8] ARM: dts: Use labels for overriding nodes in exynos5250
` [PATCH v4 3/8] ARM: dts: Remove duplicated I2C7 nodes in exynos5250-snow
` [PATCH v4 4/8] ARM: dts: Use labels for overriding nodes in exynos5420-arndale-octa
` [PATCH v4 5/8] ARM: dts: Use labels for overriding nodes in exynos542x
` [PATCH v4 6/8] ARM: dts: Use labels for overriding nodes in exynos5420-smdk5420
` [PATCH v4 7/8] ARM: dts: Use labels for overriding nodes in exynos5440 boards
` [PATCH v4 8/8] ARM: dts: Use labels for overriding nodes in exynos5422-odroidxu3
Calling irq_set_irq_wake() from .set_irq_wake()? (was: Re: [PATCH] gpio: pcf875x: Revert "gpio: pcf857x: Propagate wake-up setting to parent irq controller")
2015-05-17 8:25 UTC
[PATCH v3 1/1] iio: ltr501: Add light channel support
2015-05-17 8:14 UTC (2+ messages)
[GIT PULL] ARM: EXYNOS: dts: Improvements for 4.2, second try
2015-05-17 7:58 UTC (3+ messages)
[PATCH v7 00/13] ARM: vf610m4: Add Vybrid Cortex-M4 support
2015-05-17 7:53 UTC (4+ messages)
` [PATCH v7 08/13] ARM: unify MMU/!MMU addruart calls
[PATCH] x86: Pack function addresses tightly as well
2015-05-17 7:30 UTC (6+ messages)
` [tip:x86/asm] "
[PATCH v2] AHCI: Add generic MSI-X interrupt support to SATA PCI driver
2015-05-17 7:33 UTC (2+ messages)
Problems with bdev_write_page()
2015-05-17 7:02 UTC
[PATCH] uvesafb: make scaling configurable on Nvidia cards
2015-05-17 6:56 UTC
[GIT PULL] MTD fixes for 4.1-rc4
2015-05-17 6:49 UTC
[PATCH v1 0/1] fix DEBUG_LL on Cortex-A7
2015-05-17 6:42 UTC (2+ messages)
` [PATCH v1 1/1] ARM: EXYNOS: "
[PATCH v3] x86/asm/entry/64: Use shorter MOVs from segment registers
2015-05-17 6:04 UTC (2+ messages)
` [tip:x86/apic] "
[PATCH] x86/head*.S: Make global labels local
2015-05-17 6:03 UTC (2+ messages)
` [tip:x86/apic] x86/asm/head*.S: Change global labels to local
[PATCH] x86: Pack loops tightly as well
2015-05-17 6:03 UTC (2+ messages)
` [tip:x86/apic] "
[PATCH RFC] sched: fix function declaration return type mismatch
2015-05-17 6:00 UTC (2+ messages)
` [tip:sched/core] sched: Fix "
[PATCH] x86: Align jump targets to 1 byte boundaries
2015-05-17 5:34 UTC (3+ messages)
[GIT PULL] nohz: A few improvements v4
2015-05-17 5:30 UTC (4+ messages)
` [PATCH 4/4] nohz: Set isolcpus when nohz_full is set
[PATCH 0/6] x86: reduce paravirtualized spinlock overhead
2015-05-17 5:30 UTC (6+ messages)
[PATCH] x86: skip delays during SMP initialization similar to Xen
2015-05-17 5:26 UTC (14+ messages)
[PATCH - RE-RESEND] IRQ: don't suspend nested_thread irqs over system suspend
2015-05-17 5:19 UTC
[PULL] LSM: Basic module stacking infrastructure for security-next - Acked
2015-05-17 3:53 UTC (6+ messages)
` [PULL] LSM: Basic module stacking infrastructure for security-next- Acked
` LSM: Basic module stacking infrastructure for security-next-Acked
[PATCH v2 00/20] libnd: non-volatile memory device support
2015-05-17 3:22 UTC (4+ messages)
` [PATCH v2 19/20] nd_btt: atomic sector updates
` [Linux-nvdimm] "
[GIT PULL] USB driver fixes for 4.1-rc4
2015-05-17 0:34 UTC
[GIT PULL] TTY/Serial fixes for 4.1-rc4
2015-05-17 0:33 UTC
[GIT PULL] Staging driver fixes for 4.1-rc4
2015-05-17 0:33 UTC
[GIT PULL] char/misc driver fixes for 4.1-rc4
2015-05-17 0:32 UTC
[GIT PULL] UBI/UBIFS updates for 4.1-rc4
2015-05-16 23:57 UTC (7+ messages)
[PATCH for v4.2 0/3] membarrier system call
2015-05-16 23:48 UTC (4+ messages)
` [PATCH for v4.2 v18 1/3] sys_membarrier(): system-wide memory barrier (generic, x86)
` [PATCH for v4.2 2/3] selftests: add membarrier syscall test
` [PATCH for v4.2 3/3] selftests: enhance "
[PATCHv5 00/28] THP refcounting redesign
2015-05-16 23:17 UTC (6+ messages)
` [PATCHv5 03/28] memcg: adjust to support new THP refcounting
[PATCH V6 00/10] namespaces: log namespaces per task
2015-05-16 22:49 UTC (8+ messages)
` [PATCH V6 05/10] audit: log creation and deletion of namespace instances
[GIT PULL] ext4 bug fixes for 4.1-rc4
2015-05-16 22:15 UTC
[PATCH v5 00/12] ARM: berlin: add nand support
2015-05-16 22:02 UTC (9+ messages)
` [PATCH v5 05/12] mtd: pxa3xx_nand: rework flash detection and timing setup
` [PATCH v5 07/12] mtd: nand: add Samsung K9GBG08U0A-M to nand_ids table
[PATCH RFC v2 0/2] O_NOCMTIME protected by generic mount option
2015-05-16 21:50 UTC (3+ messages)
` [PATCH RFC v2 2/2] vfs: add O_NOCMTIME
[PATCH] PM / clock_ops: Fix clock error check in __pm_clk_add()
2015-05-16 21:37 UTC (5+ messages)
Payment
2015-05-16 21:11 UTC
[PATCH v2 0/9] Add SMP bringup support for mt65xx socs
2015-05-16 21:19 UTC (7+ messages)
` [PATCH v2 1/9] ARM: correct secondary_startup_arm mode
` [PATCH v2 2/9] ARM: add secondary_startup_arm prototype in header file
[PATCH net v2 2/2] ipv6: fix ECMP route replacement
2015-05-16 21:18 UTC (4+ messages)
[PATCH net-next v3 0/2] Adding support for Cavium ThunderX network controller
2015-05-16 21:14 UTC (4+ messages)
` [PATCH net-next v3 1/2] pci: Add Cavium PCI vendor id
[PATCH] drm/amdkfd: Don't report local memory size
2015-05-16 20:49 UTC
[Regression] Guest fs corruption with 'block: loop: improve performance via blk-mq'
2015-05-16 20:13 UTC
[PATCH 00/19] converting system calls to 64-bit time_t, part 1
2015-05-16 19:54 UTC (4+ messages)
` [PATCH 13/19] y2038: add compat handling for sys_semtimedop
[RFC] Refactor kenter/kleave/kdebug macros
2015-05-16 18:56 UTC (3+ messages)
[PATCH 1/8] mfd: twl4030-irq: Pass the IRQF_ONESHOT flag
2015-05-16 18:42 UTC (8+ messages)
` [PATCH 2/8] mfd: mc13xxx-core: "
` [PATCH 3/8] mfd: wm831x-auxadc: "
` [PATCH 4/8] mfd: htc-i2cpld: "
` [PATCH 5/8] mfd: wm8350-core: "
` [PATCH 6/8] mfd: ab8500-debugfs: "
` [PATCH 7/8] mfd: ab8500-gpadc: "
` [PATCH 8/8] mfd: si476x-i2c: "
[PATCH] media: uapi: vsp1: Use __u32 instead of u32
2015-05-16 18:11 UTC
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;
as well as URLs for NNTP newsgroup(s).