linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-06-06 11:54:30 to 2016-06-06 14:36:52 UTC [more...]

[PATCH 1/4] perf stat: Basic support for TopDown in perf stat
 2016-06-06 14:36 UTC  (7+ messages)

[PATCH] perf test: Ignore .scale and other special files
 2016-06-06 14:36 UTC 

[PATCH 0/2] xen-pciback: correct and clean up BAR handling
 2016-06-06 14:35 UTC  (11+ messages)
` [PATCH 1/2] xen-pciback: return proper values during BAR sizing
` [PATCH 2/2] xen-pciback: clean up read_dev_bar()
` [PATCH 3/2] xen-pciback: drop rom_init()

[PATCH 4.5 000/128] 4.5.7-stable review
 2016-06-05 22:24 UTC  (19+ messages)
` [PATCH 4.5 093/128] ext4: fix check of dqget() return value in ext4_ioctl_setproject()
` [PATCH 4.5 096/128] ext4: silence UBSAN in ext4_mb_init()
` [PATCH 4.5 097/128] nfs: avoid race that crashes nfs_init_commit
` [PATCH 4.5 098/128] PM / sleep: Handle failures in device_suspend_late() consistently
` [PATCH 4.5 100/128] scripts/package/Makefile: rpmbuild add support of RPMOPTS
` [PATCH 4.5 101/128] mm: thp: avoid false positive VM_BUG_ON_PAGE in page_move_anon_rmap()
` [PATCH 4.5 102/128] gcov: disable tree-loop-im to reduce stack usage
` [PATCH 4.5 109/128] Btrfs: do not create empty block group if we have allocated data
` [PATCH 4.5 110/128] btrfs: allow balancing to dup with multi-device
` [PATCH 4.5 118/128] btrfs: fix lock dep warning move scratch super outside of chunk_mutex
` [PATCH 4.5 119/128] btrfs: add write protection to SET_FEATURES ioctl
` [PATCH 4.5 120/128] btrfs: fix int32 overflow in shrink_delalloc()
` [PATCH 4.5 122/128] btrfs: fix memory leak during RAID 5/6 device replacement
` [PATCH 4.5 123/128] btrfs: pass the right error code to the btrfs_std_error
` [PATCH 4.5 125/128] Btrfs: fix empty symlink after creating symlink and fsync parent dir
` [PATCH 4.5 126/128] Btrfs: fix unexpected return value of fiemap
` [PATCH 4.5 127/128] btrfs: scrub: Set bbio to NULL before calling btrfs_map_block
` [PATCH 4.5 128/128] btrfs: make state preallocation more speculative in __set_extent_bit

[PATCH v2] sched/cputime: add steal clock warp handling
 2016-06-06 14:34 UTC  (5+ messages)

[PATCH] x86/efi: remove unused variable efi
 2016-06-06 14:32 UTC 

[PATCH] char: Prefer pr_* instead of printk
 2016-06-06 14:30 UTC  (4+ messages)

[REGRESSION] Headphones no longer working on MacPro6,1 with 4.4
 2016-06-06 14:30 UTC  (10+ messages)

[PATCH V5 0/9] Add support for Tegra210 AGIC
 2016-06-06 14:30 UTC  (11+ messages)
` [PATCH V5 2/9] genirq: Look-up trigger type if not specified by caller
` [PATCH V5 4/9] genirq: Add runtime power management support for IRQ chips
` [PATCH V5 5/9] irqchip/gic: Isolate early GIC initialisation code
` [PATCH V5 6/9] irqchip/gic: Add helper function for chip initialisation
` [PATCH V5 7/9] irqchip/gic: Prepare for adding platform driver
` [PATCH V5 8/9] dt-bindings: arm-gic: Add documentation for Tegra210 AGIC
` [PATCH V5 9/9] irqchip/gic: Add platform driver for non-root GICs that require RPM

[RFC PATCH v2 00/18] livepatch: hybrid consistency model
 2016-06-06 14:29 UTC  (4+ messages)
` [RFC PATCH v2 17/18] livepatch: change to a per-task "

[v1 PATCH 0/4] Rockchip Type-C and DispplayPort driver
 2016-06-06 14:28 UTC  (5+ messages)
` [v1 PATCH 1/4] Documentation: bindings: add dt doc for Rockchip USB Type-C PHY
` [v1 PATCH 3/4] Documentation: bindings: add dt documentation for cdn DP controller

[PATCH v4 0/5] sched/fair: Fix attach and detach sched avgs for task group change or sched class change
 2016-06-06 14:27 UTC  (10+ messages)
` [PATCH v4 1/5] sched/fair: Clean up attach_entity_load_avg()
` [PATCH v4 2/5] sched/fair: Fix attaching task sched avgs twice when switching to fair or changing task group
` [PATCH v4 3/5] sched/fair: Skip detach sched avgs for new task when changing task groups

[PATCH][RFC] x86, hotplug: Use zero page for monitor when resuming from hibernation
 2016-06-06 14:25 UTC  (2+ messages)

[PATCHv9 00/32] THP-enabled tmpfs/shmem using compound pages
 2016-06-06 14:07 UTC  (33+ messages)
` [PATCHv9 01/32] thp, mlock: update unevictable-lru.txt
` [PATCHv9 02/32] mm: do not pass mm_struct into handle_mm_fault
` [PATCHv9 03/32] mm: introduce fault_env
` [PATCHv9 04/32] mm: postpone page table allocation until we have page to map
` [PATCHv9 05/32] rmap: support file thp
` [PATCHv9 06/32] mm: introduce do_set_pmd()
` [PATCHv9 07/32] thp, vmstats: add counters for huge file pages
` [PATCHv9 08/32] thp: support file pages in zap_huge_pmd()
` [PATCHv9 09/32] thp: handle file pages in split_huge_pmd()
` [PATCHv9 10/32] thp: handle file COW faults
` [PATCHv9 11/32] thp: skip file huge pmd on copy_huge_pmd()
` [PATCHv9 12/32] thp: prepare change_huge_pmd() for file thp
` [PATCHv9 13/32] thp: run vma_adjust_trans_huge() outside i_mmap_rwsem
` [PATCHv9 14/32] thp: file pages support for split_huge_page()
` [PATCHv9 15/32] thp, mlock: do not mlock PTE-mapped file huge pages
` [PATCHv9 16/32] vmscan: split file huge pages before paging them out
` [PATCHv9 17/32] page-flags: relax policy for PG_mappedtodisk and PG_reclaim
` [PATCHv9 18/32] radix-tree: implement radix_tree_maybe_preload_order()
` [PATCHv9 19/32] filemap: prepare find and delete operations for huge pages
` [PATCHv9 20/32] truncate: handle file thp
` [PATCHv9 21/32] mm, rmap: account shmem thp pages
` [PATCHv9 22/32] shmem: prepare huge= mount option and sysfs knob
` [PATCHv9 23/32] shmem: get_unmapped_area align huge page
` [PATCHv9 24/32] shmem: add huge pages support
` [PATCHv9 25/32] shmem, thp: respect MADV_{NO,}HUGEPAGE for file mappings
` [PATCHv9 26/32] thp: extract khugepaged from mm/huge_memory.c
` [PATCHv9 27/32] khugepaged: move up_read(mmap_sem) out of khugepaged_alloc_page()
` [PATCHv9 28/32] shmem: make shmem_inode_info::lock irq-safe
` [PATCHv9 29/32] khugepaged: add support of collapse for tmpfs/shmem pages
` [PATCHv9 30/32] thp: introduce CONFIG_TRANSPARENT_HUGE_PAGECACHE
` [PATCHv9 31/32] shmem: split huge pages beyond i_size under memory pressure
` [PATCHv9 32/32] thp: update Documentation/{vm/transhuge,filesystems/proc}.txt

[PATCH v4 0/7] Add MDIO bus multiplexer support for iProc SoCs
 2016-06-06 14:17 UTC  (11+ messages)
` [PATCH v4 1/7] mdio: mux: Enhanced MDIO mux framework for integrated multiplexers
` [PATCH v4 2/7] binding: Make "mdio-parent-bus" property from mandatory to optional
` [PATCH v4 3/7] binding: mdio-mux: Add DT binding doc for Broadcom MDIO bus multiplexer
` [PATCH v4 4/7] dt: mdio-mux: Add mdio multiplexer driver node
` [PATCH v4 5/7] net: mdio-mux: Add MDIO mux driver for iProc SoCs
` [PATCH v4 6/7] binding: PHY: Binding doc for NS2 PCIe PHYs
` [PATCH v4 7/7] phy: Add Northstar2 PCI Phy support

[PATCH v3] r8152: Add support for setting pass through MAC address on RTL8153-AD
 2016-06-06 14:15 UTC  (2+ messages)

[PATCH] x86: include linux/ratelimit.h in nmi.c
 2016-06-06 14:12 UTC  (2+ messages)

[PATCH 0/5] net-next: ethernet: add sun8i-emac driver
 2016-06-06 14:14 UTC  (6+ messages)
` [PATCH 1/5] "
  ` [linux-sunxi] "
` [PATCH 3/5] ARM: sun8i: dt: Add DT bindings documentation for Allwinner sun8i-emac

[PATCH 0/3] Make ARC PGU usable on sim platforms
 2016-06-06 14:13 UTC  (3+ messages)
` [PATCH 1/3] drm/arcpgu: Make ARC PGU usable on simulation platforms

kmemleak report after 9082e87bfbf8 ("block: remove struct bio_batch")
 2016-06-06 14:13 UTC  (2+ messages)

sound: use-after-free in hrtimer_cancel
 2016-06-06 14:11 UTC  (3+ messages)

[PATCH 0/3] hw_random: Add Amlogic Meson SoCs Random Genenerator driver
 2016-06-06 14:10 UTC  (3+ messages)
` [PATCH 2/3] dt-bindings: hwrng: Add Amlogic Meson Hardware Random Generator bindings

[PATCH 00/14] regulator: pwm: various improvements
 2016-06-06 14:09 UTC  (3+ messages)
` [PATCH 14/14] regulator: pwm: Document pwm-dutycycle-unit and pwm-dutycycle-range

[PATCH 2/2] aer: add support aer interrupt with none MSI/MSI-X/INTx mode
 2016-06-06 14:01 UTC  (10+ messages)

274ad65c9d02 ("drm/radeon: hard reset r600 and newer GPU when hibernating.")
 2016-06-06 14:02 UTC 

[PATCH] posix-clock: remove unneeded posix_clock_compat_ioctl()
 2016-06-06 13:59 UTC  (2+ messages)

[PATCH 1/3] MIPS: BMIPS: Add device tree example for BCM63268
 2016-06-06 13:58 UTC  (3+ messages)
` [PATCH 2/3] MIPS: BMIPS: Add BCM6345 support

[PATCH v2 1/7] mm/compaction: split freepages without holding the zone lock
 2016-06-06 13:56 UTC  (5+ messages)
` [PATCH v2 3/7] mm/page_owner: copy last_migrate_reason in copy_page_owner()
` [PATCH v2 6/7] mm/page_owner: use stackdepot to store stacktrace

[PATCHv8 00/32] THP-enabled tmpfs/shmem using compound pages
 2016-06-06 13:51 UTC  (2+ messages)

[PATCH 00/34] Convert clk providers to clk_hw based APIs (part 1)
 2016-06-06 13:48 UTC  (3+ messages)
` [PATCH 30/34] clk: stm32f3: Migrate to clk_hw based OF and registration APIs

[PATCH 1/7] dt-bindings: Update QorIQ TMU thermal bindings
 2016-06-06 13:47 UTC  (2+ messages)

[patch] futex: Fix v4.6+ ltp futex_wait04 regression
 2016-06-06 13:46 UTC  (4+ messages)

[RFC PATCHv2] usb: USB Type-C Connector Class
 2016-06-06 13:45 UTC  (13+ messages)

[PATCH v3] sched/cputime: add steal time support to full dynticks CPU time accounting
 2016-06-06 13:42 UTC  (3+ messages)

[PATCH] msr tracing: Fix copy paste
 2016-06-06 13:40 UTC  (2+ messages)
` [tip:x86/urgent] x86/msr: Use the proper trace point conditional for writes

[PATCH] sched/cputime: add steal clock warps handling during cpu hotplug
 2016-06-06 13:40 UTC  (4+ messages)

[PATCH v2 0/3] Introduce the latent_entropy gcc plugin
 2016-06-06 13:38 UTC  (5+ messages)
` [PATCH v2 1/3] Add "
      ` [kernel-hardening] "

[PATCH v2 0/4] pwm: add support for ChromeOS EC PWM
 2016-06-06 13:36 UTC  (3+ messages)
` [PATCH v2 3/4] doc: dt: pwm: add binding "

[BUG] Possible silent data corruption in filesystems/page cache
 2016-06-06 13:35 UTC  (4+ messages)

[PATCH] FMC: remove duplicated fru_strlen and unused variable len
 2016-06-06 13:30 UTC 

[PATCHv3] support for AD5820 camera auto-focus coil
 2016-06-06 13:29 UTC  (11+ messages)
` [PATCHv4] "
    ` [PATCHv5] "
                ` [PATCH] device tree description "

[PATCH 0/5] regulator: add Ricoh RN5T567 PMIC support
 2016-06-06 13:25 UTC  (3+ messages)
` [PATCH 5/5] mfd: rn5t618: register restart handler

[PATCH 0/10 -v3] Handle oom bypass more gracefully
 2016-06-06 13:26 UTC  (4+ messages)
` [RFC PATCH 10/10] mm, oom: hide mm which is shared with kthread or global init

[PATCH] Remove spurious blank lines in dw2101 kernel messages
 2016-06-06 13:23 UTC 

[PATCH 1/2] clk: imx: do not sleep if IRQ's are still disabled
 2016-06-06 13:20 UTC  (12+ messages)

[PATCH v2 0/5] Add support for the STM32F4 I2C
 2016-06-06 13:21 UTC  (3+ messages)
` [PATCH v2 1/5] dt-bindings: Document the STM32 I2C bindings

[PATCH 1/2] dt-bindings: Add jdi panel vendor
 2016-06-06 13:15 UTC  (4+ messages)
` [PATCH 2/2] dt-bindings: Add jdi lt070me05000 panel bindings

[PATCH 20/32] dt-bindings: Add binding for brcm,bcm2835-sdhost
 2016-06-06 13:12 UTC  (2+ messages)

[PATCH 0/4] ASoC: sunxi: Add i2s controller support
 2016-06-06 13:08 UTC  (3+ messages)
` [PATCH 1/4] dt-bindings: Add A10 I2S controller binding documentation

[PATCH v2 0/7] crypto: talitos - implementation of AEAD for SEC1
 2016-06-06 11:20 UTC  (8+ messages)
` [PATCH v2 1/7] crypto: talitos - using helpers for all talitos_ptr operations
` [PATCH v2 2/7] crypto: talitos - move mapping helpers before IPSEC functions
` [PATCH v2 3/7] crypto: talitos - making mapping helpers more generic
` [PATCH v2 4/7] crypto: talitos - Implement AEAD for SEC1 using HMAC_SNOOP_NO_AFEU
` [PATCH v2 5/7] crypto: talitos - sg_to_link_tbl() not used anymore, remove it
` [PATCH v2 6/7] crypto: talitos - implement cra_priority
` [PATCH v2 7/7] crypto: talitos - templates for AEAD using HMAC_SNOOP_NO_AFEU

[linux-next: Tree for Jun 1] __khugepaged_exit rwsem_down_write_failed lockup
 2016-06-06 13:05 UTC  (3+ messages)
` [PATCH] mm, thp: fix locking inconsistency in collapse_huge_page

[RESEND PATCH 00/14] eeprom: at24: driver rework and at24cs/at24mac support
 2016-06-06 13:01 UTC  (3+ messages)

[PATCH V4 0/5] Add two-level support for ITS device table
 2016-06-06 12:59 UTC  (3+ messages)
` [PATCH V4 1/5] irqchip/gicv3-its: Introduce two helper functions for accessing BASERn

[PATCH V3 0/9] cpufreq: Sort policy->freq_table
 2016-06-06 12:57 UTC  (6+ messages)
` [PATCH V3 8/9] cpufreq: Keep policy->freq_table sorted in ascending order

[PATCH V8 0/9] Support for ARM64 ACPI based PCI host controller
 2016-06-06 12:55 UTC  (4+ messages)
` [PATCH V8 7/9] acpi: Add generic MCFG table handling

[PATCH] gtp: #define _UAPI_LINUX_GTP_H_ and not _UAPI_LINUX_GTP_H__
 2016-06-06 12:51 UTC 

[RFC v2 0/4] ARM LPAE Outer Shared v2
 2016-06-06 12:50 UTC  (13+ messages)
` [RFC v2 1/4] ARM: mm: add early page table attribute modification ability
` [RFC v2 4/4] ARM: keystone: dma-coherent with safe fallback

[PATCH] thermal: fix race condition when updating cooling device
 2016-06-06 12:51 UTC  (2+ messages)

[PATCH v5 0/5] Thermal: Support for hardware-tracked trip points
 2016-06-06 12:47 UTC  (3+ messages)
` [PATCH v5 1/5] thermal: Add support "

[RFC PATCH v2] sched: reflect sched_entity movement into task_group's utilization
 2016-06-06 12:44 UTC  (4+ messages)

[RFC PATCH] drm: msm: Add ASoC generic hdmi audio codec support
 2016-06-06 12:39 UTC  (3+ messages)

[PATCH 00/12] net: mediatek: various small fixes
 2016-06-06 12:38 UTC  (6+ messages)
` [PATCH 09/12] net: mediatek: increase watchdog_timeo

[PATCH v3 0/2] Add a new Rockchip usb2 phy driver
 2016-06-06 12:33 UTC  (4+ messages)
` [PATCH v3 1/2] Documentation: bindings: add DT documentation for Rockchip USB2PHY

[PATCH] iio: inv_mpu6050: Fix use-after-free in ACPI code
 2016-06-06 12:33 UTC  (2+ messages)

[GIT PULL 0/8] ARM: exynos: Early stuff for v4.8
 2016-06-06 12:25 UTC  (9+ messages)
` [GIT PULL 1/8] ARM: exynos: Mach/soc changes "
` [GIT PULL 2/8] arm64: "
` [GIT PULL 3/8] ARM: exynos: Drivers "
` [GIT PULL 4/8] ARM: exynos: Topic branch with driver changes "
` [GIT PULL 5/8] ARM: dts: exynos: DTS "
` [GIT PULL 6/8] arm64: "
` [GIT PULL 7/8] ARM: dts: exynos: Topic branch with Odroid XU "
` [GIT PULL 8/8] ARM: defconfig: exynos: Defconfig "

[PATCH v2] Drivers: hv: get rid of timeout in vmbus_open()
 2016-06-06 12:28 UTC 

[PATCH 1/2] IB/sysfs: fix NULL dereference
 2016-06-06 12:17 UTC  (4+ messages)
` [PATCH 2/2] IB/sysfs: fix memory leak

[PATCH v3] powerpc: spinlock: Fix spin_unlock_wait()
 2016-06-06 12:17 UTC  (3+ messages)

[RFC PATCH 0/3] Aggregate task utilization only on root cfs_rq
 2016-06-06 12:11 UTC  (3+ messages)
` [RFC PATCH 2/3] sched/fair: Sync se with "

[PATCH 0/3] Write dump into container's filesystem for pipe_type core_pattern
 2016-06-06 12:02 UTC  (4+ messages)
` [PATCH 1/3] Save dump_root into pid_namespace
` [PATCH 2/3] Make dump_pipe thread possilbe to select the rootfs
` [PATCH 3/3] Write dump into container's filesystem for pipe_type core_pattern

[PATCH] serial_core: Change UART PM state to OFF on failure
 2016-06-06 12:06 UTC  (2+ messages)

[PATCH] watchdog: max77620: Add support for watchdog timer
 2016-06-06 11:52 UTC 

[PATCH] MAINTAINERS: Add me as reviewer of ALPS PS/2 touchpad driver
 2016-06-06 12:03 UTC 

[PATCH][RT] netpoll: Always take poll_lock when doing polling
 2016-06-06 12:03 UTC  (5+ messages)

[PATCH] backlight: pwm_bl: disable PWM when 'duty_cycle' is zero
 2016-06-06 12:02 UTC  (2+ messages)

[PATCH V3 1/2] thermal: max77620: Add DT binding doc for thermal driver
 2016-06-06 11:44 UTC  (2+ messages)
` [PATCH V3 2/2] thermal: max77620: Add thermal driver for reporting junction temp


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