linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-08-12 18:03:37 to 2016-08-13 00:44:43 UTC [more...]

[PATCH v9 00/10] Add clock support for Mediatek MT2701
 2016-08-13  0:44 UTC  (15+ messages)
` [PATCH v9 01/10] clk: fix initial state of critical clock's parents
` [PATCH v9 03/10] clk: mediatek: Refine the makefile to support multiple clock drivers
` [PATCH v9 06/10] clk: mediatek: Add MT2701 clock support

[PATCH] clk: divider: Fix clk_divider_round_rate() to use clk_readl()
 2016-08-13  0:33 UTC  (2+ messages)

[PATCH 0/9] v4.8 build regressions
 2016-08-13  0:32 UTC  (3+ messages)
` [PATCH 2/9] dsa: mv88e6xxx: hide unused functions

[lkp] [xfs] 68a9f5e700: aim7.jobs-per-min -13.6% regression
 2016-08-13  0:30 UTC  (22+ messages)
` [LKP] "

[PATCH v2 1/2] wcn36xx: Transition driver to SMD client
 2016-08-13  0:17 UTC  (2+ messages)
` [PATCH v2 2/2] wcn36xx: Implement firmware assisted scan

[PATCH net-next V4] net: ena: Add a driver for Amazon Elastic Network Adapters (ENA)
 2016-08-13  0:12 UTC  (2+ messages)

[PATCH] rtc: fix a cast removing the const attribute
 2016-08-13  0:12 UTC  (2+ messages)

[PATCH v2 1/4] rtc: ds1307: fix century bit support
 2016-08-13  0:05 UTC  (4+ messages)
` [PATCH v2 2/4] rtc: ds1307: add Intersil ISL12057 support
` [PATCH v2 3/4] rtc: isl12057: remove driver
` [PATCH v2 4/4] Documentation: dt: Intersil isl12057 is not a trivial device

[PATCH 1/2] devicetree: Add vendor prefix for Shenzhen Sunchip Technology Co., Ltd
 2016-08-12 23:58 UTC  (2+ messages)
` [PATCH 2/2] ARM: dts: sun9i: Initial support for the Sunchip CX-A99 board

[PATCH v3 1/2] Bluetooth: Add HCI device identifier for Qualcomm SMD
 2016-08-13  0:01 UTC  (2+ messages)
` [PATCH v3 2/2] Bluetooth: Introduce Qualcomm WCNSS SMD based HCI driver

[PATCH v6 0/3] net: phy: Add xilinx gmiitorgmii converter support
 2016-08-12 23:57 UTC  (2+ messages)

[PATCH] perf probe: check for dup and fdopen failures
 2016-08-12 23:55 UTC  (3+ messages)

[PATCH] Documentation: kprobes: Document jprobes stack copying limitations
 2016-08-12 23:46 UTC  (2+ messages)

[PATCH 00/13] various remoteproc/rpmsg trivial cleanups
 2016-08-12 23:42 UTC  (14+ messages)
` [PATCH 01/13] remoteproc: use proper format-specifier for printing dma_addr_t
` [PATCH 02/13] remoteproc: fix couple of minor typos
` [PATCH 03/13] remoteproc: use variable names for sizeof() operator
` [PATCH 04/13] remoteproc: fix bare unsigned type usage
` [PATCH 05/13] remoteproc: align code with open parenthesis
` [PATCH 06/13] remoteproc: print hex numbers with a leading 0x format
` [PATCH 07/13] remoteproc/omap: fix various code formatting issues
` [PATCH 08/13] remoteproc/omap: revise a minor error trace message
` [PATCH 09/13] rpmsg: remove pointless OOM prints
` [PATCH 10/13] rpmsg: use proper format-specifier for printing dma_addr_t
` [PATCH 11/13] rpmsg: align code with open parenthesis
` [PATCH 12/13] rpmsg: use dynamic_hex_dump for hex dump traces
` [PATCH 13/13] samples/rpmsg: add support for multiple instances

[PATCH] time: avoid undefined behaviour in ktime_add_safe()
 2016-08-12 23:37 UTC 

WARNING: CPU: 0 PID: 1271 at drivers/mmc/core/core.c:991 mmc_release_host+0xa0/0xa8
 2016-08-12 23:34 UTC  (6+ messages)

[PATCH 0/3] Broadcom AVS CPUfreq driver
 2016-08-12 23:25 UTC  (4+ messages)
` [PATCH 1/3] dt: cpufreq: brcm: New binding document for brcm-avs-cpufreq
` [PATCH 2/3] cpufreq: brcm-avs-cpufreq: AVS CPUfreq driver for Broadcom SoCs
` [PATCH 3/3] cpufreq: brcm-avs-cpufreq: add debugfs support

[PATCHv2, 00/41] ext4: support of huge pages
 2016-08-12 23:19 UTC  (44+ messages)
` [PATCHv2 01/41] tools: Add WARN_ON_ONCE
` [PATCHv2 02/41] radix tree test suite: Allow GFP_ATOMIC allocations to fail
` [PATCHv2 03/41] radix-tree: Add radix_tree_join
` [PATCHv2 04/41] radix-tree: Add radix_tree_split
` [PATCHv2 05/41] radix-tree: Add radix_tree_split_preload()
` [PATCHv2 06/41] radix-tree: Handle multiorder entries being deleted by replace_clear_tags
` [PATCHv2 07/41] mm, shmem: swich huge tmpfs to multi-order radix-tree entries
` [PATCHv2 08/41] Revert "radix-tree: implement radix_tree_maybe_preload_order()"
` [PATCHv2 09/41] page-flags: relax page flag policy for few flags
` [PATCHv2 10/41] mm, rmap: account file thp pages
` [PATCHv2 11/41] thp: try to free page's buffers before attempt split
` [PATCHv2 12/41] thp: handle write-protection faults for file THP
` [PATCHv2 13/41] truncate: make sure invalidate_mapping_pages() can discard huge pages
` [PATCHv2 14/41] filemap: allocate huge page in page_cache_read(), if allowed
` [PATCHv2 15/41] filemap: handle huge pages in do_generic_file_read()
` [PATCHv2 16/41] filemap: allocate huge page in pagecache_get_page(), if allowed
` [PATCHv2 17/41] filemap: handle huge pages in filemap_fdatawait_range()
` [PATCHv2 18/41] HACK: readahead: alloc huge pages, if allowed
` [PATCHv2 19/41] block: define BIO_MAX_PAGES to HPAGE_PMD_NR if huge page cache enabled
` [PATCHv2 20/41] mm: make write_cache_pages() work on huge pages
` [PATCHv2 21/41] thp: introduce hpage_size() and hpage_mask()
` [PATCHv2 22/41] thp: do not threat slab pages as huge in hpage_{nr_pages,size,mask}
` [PATCHv2 23/41] fs: make block_read_full_page() be able to read huge page
` [PATCHv2 24/41] fs: make block_write_{begin,end}() be able to handle huge pages
` [PATCHv2 25/41] fs: make block_page_mkwrite() aware about "
` [PATCHv2 26/41] truncate: make truncate_inode_pages_range() "
` [PATCHv2 27/41] truncate: make invalidate_inode_pages2_range() "
` [PATCHv2 28/41] mm, hugetlb: switch hugetlbfs to multi-order radix-tree entries
` [PATCHv2 29/41] ext4: make ext4_mpage_readpages() hugepage-aware
` [PATCHv2 30/41] ext4: make ext4_writepage() work on huge pages
` [PATCHv2 31/41] ext4: handle huge pages in ext4_page_mkwrite()
` [PATCHv2 32/41] ext4: handle huge pages in __ext4_block_zero_page_range()
` [PATCHv2 33/41] ext4: make ext4_block_write_begin() aware about huge pages
` [PATCHv2 34/41] ext4: handle huge pages in ext4_da_write_end()
` [PATCHv2 35/41] ext4: make ext4_da_page_release_reservation() aware about huge pages
` [PATCHv2 36/41] ext4: handle writeback with "
` [PATCHv2 37/41] ext4: make EXT4_IOC_MOVE_EXT work "
` [PATCHv2 38/41] ext4: fix SEEK_DATA/SEEK_HOLE for "
` [PATCHv2 39/41] ext4: make fallocate() operations work with "
` [PATCHv2 40/41] mm, fs, ext4: expand use of page_mapping() and page_to_pgoff()
` [PATCHv2 41/41] ext4, vfs: add huge= mount option

[PATCH v5] x86/hpet: Reduce HPET counter read contention
 2016-08-12 22:58 UTC  (5+ messages)

[PATCH] powerpc/32: Remove one insn in __bswapdi2
 2016-08-12 22:49 UTC  (6+ messages)

[PATCH] sched: Avoid that __wait_on_bit_lock() hangs
 2016-08-12 22:47 UTC  (12+ messages)

[PATCH] dt-binding: remoteproc: Document generic properties
 2016-08-12 22:42 UTC  (3+ messages)

Making pdfdocs with sphinx - only select rst targets
 2016-08-12 22:40 UTC  (3+ messages)
` [RFC PATCH 0/3] Documentation: switch to pdflatex and fix pdf build

[PATCH v7 1/2] mtd: nand_bbt: Move BBT block selection logic out of write_bbt()
 2016-08-12 22:37 UTC  (3+ messages)
` [PATCH v7 2/2] mtd: nand_bbt: scan for next free bbt block if writing bbt fails

[Documentation] State of CPU controller in cgroup v2
 2016-08-12 22:17 UTC  (5+ messages)

[RESEND PATCH v11 PATCH 0/5] Rockchip Type-C and DisplayPort driver
 2016-08-12 22:09 UTC  (6+ messages)
` [RESEND PATCH v11 PATCH 1/5] Documentation: bindings: add dt doc for Rockchip USB Type-C PHY
` [RESEND PATCH v11 PATCH 2/5] phy: Add USB Type-C PHY driver for rk3399
` [RESEND PATCH v11 PATCH 3/5] arm64: dts: rockchip: add Type-C phy for RK3399
` [RESEND PATCH v11 PATCH 4/5] Documentation: bindings: add dt documentation for cdn DP controller
` [RESEND PATCH v11 PATCH 5/5] drm/rockchip: cdn-dp: add cdn DP support for rk3399

[PATCH v3 00/51] x86/dumpstack: rewrite x86 stack dump code
 2016-08-12 22:08 UTC  (15+ messages)
` [PATCH v3 04/51] x86/asm/head: use a common function for starting CPUs
` [PATCH v3 50/51] x86/mm: move arch_within_stack_frames() to usercopy.c
` [PATCH v3 51/51] x86/mm: convert arch_within_stack_frames() to use the new unwinder

[PATCH 1/1 linux-next] xtensa: remove CONFIG_BLK_CPQ_DA
 2016-08-12 22:04 UTC 

[PATCH 1/1] x86/apic: Introduce paravirq irq_domain
 2016-08-12 22:07 UTC  (5+ messages)

[PACTH v2 0/3] Implement /proc/<pid>/totmaps
 2016-08-12 22:04 UTC  (4+ messages)
` [PACTH v2 1/3] mm, proc: "
` [PACTH v2 2/3] Documentation/filesystems: Fixed typo
` [PACTH v2 3/3] Documentation/filesystems: Added /proc/PID/totmaps documentation

[PATCH 1/1 linux-next] mips: pistachio_defconfig: remove ANDROID_TIMED_OUTPUT
 2016-08-12 21:59 UTC 

[PATCH v11 PATCH 0/5] Rockchip Type-C and DisplayPort driver
 2016-08-12 21:54 UTC  (6+ messages)
` [PATCH v11 PATCH 1/5] Documentation: bindings: add dt doc for Rockchip USB Type-C PHY
` [PATCH v11 PATCH 2/5] phy: Add USB Type-C PHY driver for rk3399
` [PATCH v11 PATCH 3/5] arm64: dts: rockchip: add Type-C phy for RK3399
` [PATCH v11 PATCH 4/5] Documentation: bindings: add dt documentation for cdn DP controller
` [PATCH v11 PATCH 5/5] drm/rockchip: cdn-dp: add cdn DP support for rk3399

[PATCH 1/1 linux-next] iommu/amd: remove AMD_IOMMU_STATS
 2016-08-12 21:54 UTC 

[PATCH][RFC] Documentation/: update hibernation debug documentation
 2016-08-12 21:56 UTC  (5+ messages)

[PATCH v2 0/2] extend kexec_file_load system call
 2016-08-12 21:44 UTC  (4+ messages)
` [PATCH v2 2/2] kexec: "

[GIT PULL] VFIO fixes for v4.8-rc2
 2016-08-12 21:41 UTC 

[PATCH 1/1 linux-next] Documentation/features/core: update HAVE_BPF_JIT
 2016-08-12 21:41 UTC  (2+ messages)

[PATCH] asus-laptop: get rid of parse_arg()
 2016-08-12 21:40 UTC  (4+ messages)

[GIT PULL] 4.8 nfsd bugfixes
 2016-08-12 21:37 UTC 

[RESEND PATCH v4] x86/hpet: Reduce HPET counter read contention
 2016-08-12 21:32 UTC  (13+ messages)

[PATCH 1/3] perf/x86/intel/uncore: remove hard code for Node ID mapping location
 2016-08-12 21:30 UTC  (3+ messages)
` [PATCH 2/3] perf/x86/intel/uncore: handle non-standard counter offset
` [PATCH 3/3] perf/x86/intel/uncore: Add Skylake server uncore support

[PATCH 1/1 linux-next] ARM: imx: remove platform-mxc_rnga
 2016-08-12 21:28 UTC 

[GIT PULL] Power management fixes for v4.8-rc2
 2016-08-12 21:25 UTC 

[PATCH v5 0/5] da8xx USB PHY platform devices and clocks (was "da8xx UBS clocks")
 2016-08-12 21:24 UTC  (4+ messages)

[PATCH 1/1 linux-next] hwrng: update Freescale i.MX RNGA Random Number Generator
 2016-08-12 21:20 UTC 

[RFC linux-next] ARM: clps711x: update defconfig
 2016-08-12 21:05 UTC 

[PATCH 1/1 linux-next] CRIS: defconfig: remove MTDRAM_ABS_POS
 2016-08-12 20:59 UTC 

mm: kswapd struggles reclaiming the pages on 64GB server
 2016-08-12 20:52 UTC 

[PATCH 1/1 linux-next] selftests/zram: replace ZRAM_LZ4_COMPRESS
 2016-08-12 20:49 UTC 

[PATCH 2/2] be2iscsi: Fix some error messages
 2016-08-12 20:30 UTC  (3+ messages)

[PATCH] net: phy: initialize rc to zero to avoid returning garbage value
 2016-08-12 20:29 UTC 

[PATCH] mpt3sas: Fix resume on WarpDrive flash cards
 2016-08-12 20:13 UTC  (2+ messages)

[RFC PATCH v7 0/7] Restartable sequences system call
 2016-08-12 20:05 UTC  (12+ messages)
` [RFC PATCH v7 7/7] Restartable sequences: self-tests

[ANNOUNCE] Git v2.9.3
 2016-08-12 19:55 UTC 

[GIT PULL] scheduler fixes
 2016-08-12 19:39 UTC 

[GIT PULL] x86 fixes
 2016-08-12 19:46 UTC 

[PATCH with Coccinelle?] Deletion of unnecessary checks before specific function calls
 2016-08-12 19:43 UTC  (5+ messages)
                                ` [PATCH 0/9] staging: ks7010: Fine-tuning for a SDIO card driver
                                  ` [PATCH v2 00/10] "
                                    ` [PATCH v2 08/10] staging: ks7010: Replace three printk() calls by pr_err()

[GIT PULL] timer fixes
 2016-08-12 19:43 UTC 

[GIT PULL] perf fixes
 2016-08-12 19:35 UTC 

[GIT PULL] locking fixes
 2016-08-12 19:32 UTC 

[PATCH v6 2/2] mtd: nand_bbt: scan for next free bbt block if writing bbt fails
 2016-08-12 19:30 UTC  (2+ messages)

Correct modules for Bay Trail MAX98090 soc?
 2016-08-12 19:26 UTC  (8+ messages)
            ` [alsa-devel] "

[PATCH v6 0/5] /dev/random - a new approach
 2016-08-12 19:22 UTC  (4+ messages)

[GIT PULL] IRQ fix
 2016-08-12 19:22 UTC 

[GIT PULL] EFI fixes
 2016-08-12 19:17 UTC 

[PATCH 1/2] Revert "drm/fb-helper: Reduce READ_ONCE(master) to lockless_dereference"
 2016-08-12 19:15 UTC  (5+ messages)

[PATCH v6 1/2] mtd: nand_bbt: Move BBT block selection logic out of write_bbt()
 2016-08-12 19:15 UTC  (2+ messages)

[patch 4 00/22] timer: Refactor the timer wheel
 2016-08-12 19:14 UTC  (5+ messages)
` [patch 4 14/22] timer: Switch to a non cascading wheel

[GIT PULL] libnvdimm fixes for 4.8-rc2
 2016-08-12 19:09 UTC 

[GIT PULL] Please pull NFS client bugfixes for Linux 4.8
 2016-08-12 19:05 UTC 

[PATCH RFC 1/3] hwspinlock: sun8i: add Allwinner sun8i HardWare Spinlock
 2016-08-12 19:06 UTC  (2+ messages)

[PATCH 0/2] AM335x-ICE: Add support for rotary switch
 2016-08-12 19:00 UTC  (5+ messages)
` [PATCH 1/2] input: misc: Add generic input driver to read encoded GPIO lines
` [PATCH 2/2] ARM: dts: am335x-icev2: Add nodes for gpio-decoder

[Linux 4.8-rc1 Bisected] Clock on boot Xen HVM guest starts at 31/12/1999
 2016-08-12 18:53 UTC  (3+ messages)

[PATCH 0/4] net: hix5hd2_gmac: add tx sg feature and reset/clock control signals
 2016-08-12 18:48 UTC  (5+ messages)
` [PATCH 1/4] net: hix5hd2_gmac: add tx scatter-gather feature
` [PATCH 2/4] net: hix5hd2_gmac: add reset control and clock signals

[PATCH 1/2] remoteproc: core: Add rproc OF look-up functions
 2016-08-12 18:45 UTC  (12+ messages)

spin_lock implicit/explicit memory barrier
 2016-08-12 18:43 UTC  (6+ messages)

[PATCH v3] ARM: VDSO: put RO and RO after init objects into proper sections
 2016-08-12 18:40 UTC  (3+ messages)

[PATCH 0/3] support GMAC for RK3399 & RK3366
 2016-08-12 18:37 UTC  (4+ messages)
` [PATCH 1/3] net: stmmac: dwmac-rk: add rk3366 & rk3399 specific data

drivers/gpu/drm/udl/udl_fb.c:206:2: note: in expansion of macro 'if'
 2016-08-12 18:29 UTC 

[PATCH v3] hwmon/max6650.c: Add devicetree support
 2016-08-12 18:26 UTC  (2+ messages)

[PATCH] arm64: Introduce execute-only page access permissions
 2016-08-12 18:23 UTC  (2+ messages)

[PATCH] time: avoid undefined behaviour in timespec64_add_safe()
 2016-08-12 18:14 UTC 

[PATCH v2 0/4] tracing: Add Hardware Latency detector tracer
 2016-08-12 18:13 UTC  (2+ messages)

[PATCH v2 0/5] dts patches for qcom tsens support
 2016-08-12 18:13 UTC  (3+ messages)
` [PATCH v2 2/5] arm: dts: apq8064: Add thermal zones, tsens and qfprom nodes

[PATCH] ALSA: usb-audio: Add sample rate inquiry quirk for B850V3 CP2114
 2016-08-12 18:08 UTC 


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