linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-10-23 21:52:36 to 2018-10-24 06:52:14 UTC [more...]

[PATCH] ARM: debug: enable UART1 for socfpga Cyclone5
 2018-10-24  6:51 UTC  (5+ messages)

[PATCH 0/1] nds32: Power management
 2018-10-24  6:51 UTC  (3+ messages)
` [PATCH 1/1] nds32: Power management for nds32

[RFC][PATCH v2 04/10] ext2: use common file type conversion
 2018-10-24  6:50 UTC  (2+ messages)

[PATCH 0/3] Add Bitstream configuration support for ZynqMP
 2018-10-24  6:45 UTC  (6+ messages)
` [PATCH 2/3] dt-bindings: fpga: Add bindings for ZynqMP fpga driver

[RFC][PATCH 00/11] common implementation of dirent file types
 2018-10-24  6:43 UTC  (2+ messages)

[RFC PATCH v2 00/17] CPUFREQ OPP's, DVFS and Tegra30 support by tegra20-cpufreq driver
 2018-10-24  6:41 UTC  (7+ messages)
` [RFC PATCH v2 01/17] OPP: Allow to request stub voltage regulators

[lkp-robot] [sched/fair] d519329f72: unixbench.score -9.9% regression
 2018-10-24  6:41 UTC  (2+ messages)
` [LKP] "

[PATCH] thermal: imx: fix for dependency on cpu-freq
 2018-10-24  6:39 UTC 

UBSAN: Undefined behaviour in drivers/block/floppy.c:1495:32
 2018-10-24  6:33 UTC  (3+ messages)

[PATCH v5 0/3] clk: meson: add a sub EMMC clock controller support
 2018-10-24  6:29 UTC  (4+ messages)
` [PATCH v5 3/3] clk: meson: add sub MMC clock controller driver

[PATCH] mm: convert totalram_pages, totalhigh_pages and managed_pages to atomic
 2018-10-24  6:26 UTC  (5+ messages)

[RFC PATCH 0/2] improve vmalloc allocation
 2018-10-24  6:22 UTC  (10+ messages)

[PATCH net-next 6/7] net: hns3: Add enable and process hw errors from PPP
 2018-10-24  6:22 UTC  (5+ messages)

[PATCH] rtlwifi: Remove same duplicated includes
 2018-10-24  6:07 UTC 

[RFC][PATCH v3 01/10] fs: common implementation of file type
 2018-10-24  6:16 UTC  (2+ messages)

[PATCH] can: usb: Remove some duplicated includes from ucan.c
 2018-10-24  5:58 UTC 

[PATCH 1/5] spi: lpspi: Add slave mode support for imx7ulp
 2018-10-24  6:06 UTC  (6+ messages)
` [PATCH 2/5] spi: lpspi: Improve the stability of lpspi data transmission
` [PATCH 3/5] spi: lpspi: Add 8qm/qxp support for lpspi
` [PATCH 4/5] spi: lpspi: enable runtime pm "
` [PATCH 5/5] spi: lpspi: CLK pin becomes low when CR_RST=1

[PATCHv3] rtlwifi: rtl8723ae: Remove set but not used variables and #defines
 2018-10-24  5:52 UTC 

[GIT] Networking
 2018-10-24  6:01 UTC  (2+ messages)

[PATCH 0/7] x86/mm/tlb: make lazy TLB mode even lazier
 2018-10-24  5:53 UTC  (2+ messages)

[GIT] Sparc
 2018-10-24  5:43 UTC  (2+ messages)

[PATCH] kernel/signal: Signal-based pre-coredump notification
 2018-10-24  5:39 UTC  (3+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH] hugetlbfs: dirty pages as they are added to pagecache
 2018-10-24  5:00 UTC  (4+ messages)

[PATCH v4 0/2] sched/fair: update scale invariance of PELT
 2018-10-24  4:53 UTC  (5+ messages)
` [PATCH v4 2/2] "

[PATCH RFC v2 0/1] hugetlbfs: Use i_mmap_rwsem for pmd share and fault/trunc
 2018-10-24  4:50 UTC  (2+ messages)
` [PATCH RFC v2 1/1] hugetlbfs: use i_mmap_rwsem for pmd sharing and truncate/fault sync

[PATCH] ocfs2: dlmfs: remove set but not used variable 'status'
 2018-10-24  0:57 UTC  (2+ messages)

[PATCH] s390/fault: use wake_up_klogd() in bust_spinlocks()
 2018-10-24  4:34 UTC  (2+ messages)

[PATCH] scsi: 3w-{sas,9xxx}: Use unsigned char for cdb
 2018-10-24  1:29 UTC  (2+ messages)

[PATCH V12 00/14] Krait clocks + Krait CPUfreq
 2018-10-24  4:11 UTC  (11+ messages)

[PATCH 0/6] Coordinated Clks
 2018-10-24  4:06 UTC  (8+ messages)
` [PATCH 1/6] clk: Remove recursion in clk_core_{prepare,enable}()
` [PATCH 2/6] clk: fix clk_calc_subtree compute duplications
` [PATCH 3/6] clk: change rates via list iteration
` [PATCH 4/6] clk: add pre clk changes support
` [PATCH 5/6] docs: driver-api: add pre_rate_req to clk documentation
` [PATCH 6/6] clk: rockchip: use pre_rate_req for cpuclk

[RFC v2 00/14] kunit: introduce KUnit, the Linux kernel unit testing framework
 2018-10-23 23:57 UTC  (15+ messages)
` [RFC v2 01/14] kunit: test: add KUnit test runner core
` [RFC v2 02/14] kunit: test: add test resource management API
` [RFC v2 03/14] kunit: test: add string_stream a std::stream like string builder
` [RFC v2 04/14] kunit: test: add test_stream a std::stream like logger
` [RFC v2 05/14] kunit: test: add the concept of expectations
` [RFC v2 06/14] arch: um: enable running kunit from User Mode Linux
` [RFC v2 07/14] kunit: test: add initial tests
` [RFC v2 08/14] arch: um: add shim to trap to allow installing a fault catcher for tests
` [RFC v2 09/14] kunit: test: add the concept of assertions
` [RFC v2 10/14] kunit: add Python libraries for handing KUnit config and kernel
` [RFC v2 11/14] kunit: add KUnit wrapper script and simple output parser
` [RFC v2 12/14] kunit.py: improve output from python wrapper
` [RFC v2 13/14] Documentation: kunit: add documentation for KUnit
` [RFC v2 14/14] MAINTAINERS: add entry for KUnit the unit testing framework

[PATCH v3 0/5] Adds -Wshadow on KBUILD_HOSTCFLAGS and fix warnings
 2018-10-24  4:03 UTC  (6+ messages)
` [PATCH v3 1/5] x86/vdso: Renames variable to fix shadow warning
` [PATCH v3 2/5] kbuild: Removes unnecessary shadowed local variable
` [PATCH v3 3/5] Creates macro to avoid variable shadowing
` [PATCH v3 4/5] modpost: Changes parameter name to avoid shadowing
` [PATCH v3 5/5] Adds -Wshadow on KBUILD_HOSTCFLAGS

[PATCH v4 00/17] remoteproc: add fixed memory region support
 2018-10-24  3:46 UTC  (30+ messages)
` [PATCH v4 01/17] remoteproc: configure IOMMU only if device address requested
` [PATCH v4 02/17] remoteproc: add rproc_va_to_pa function
` [PATCH v4 10/17] remoteproc: add helper function to check carveout device address
` [PATCH v4 12/17] remoteproc: modify vring allocation to rely on centralized carveout allocator
` [PATCH v4 13/17] remoteproc: create vdev subdevice with specific dma memory pool
` [PATCH v4 15/17] remoteproc: da8xx: declare reserved memory region for vdev device
` [PATCH v4 16/17] remoteproc: st: add reserved memory support

[PATCH] rpmsg: virtio_rpmsg_bus: replace "%p" with "%pK"
 2018-10-24  1:19 UTC 

[v4] i2c: Add PCI and platform drivers for the AMD MP2 I2C controller
 2018-10-24  3:49 UTC  (2+ messages)

[PATCH 06/17] prmem: test cases for memory protection
 2018-10-24  3:48 UTC  (6+ messages)
` [PATCH 08/17] prmem: struct page: track vmap_area
` [PATCH 10/17] prmem: documentation

[LKP] [null_blk] e50b1e327a: blktests.block.022.fail
 2018-10-24  1:24 UTC  (2+ messages)

[PATCH 00/25] AFS development [ver #2]
 2018-10-24  0:00 UTC  (26+ messages)
` [PATCH 01/25] amd-gpu: Don't undefine READ and WRITE "
` [PATCH 02/25] iov_iter: Use accessor function "
` [PATCH 03/25] iov_iter: Separate type from direction and use accessor functions "
` [PATCH 04/25] iov_iter: Add I/O discard iterator "
` [PATCH 05/25] afs: Better tracing of protocol errors "
` [PATCH 06/25] afs: Set up the iov_iter before calling afs_extract_data() "
` [PATCH 07/25] afs: Improve FS server rotation error handling "
` [PATCH 08/25] afs: Implement VL server rotation "
` [PATCH 09/25] afs: Fix TTL on VL server and address lists "
` [PATCH 10/25] afs: Handle EIO from delivery function "
` [PATCH 11/25] afs: Add a couple of tracepoints to log I/O errors "
` [PATCH 12/25] afs: Don't invoke the server to read data beyond EOF "
` [PATCH 13/25] afs: Increase to 64-bit volume ID and 96-bit vnode ID for YFS "
` [PATCH 14/25] afs: Commit the status on a new file/dir/symlink "
` [PATCH 15/25] afs: Remove callback details from afs_callback_break struct "
` [PATCH 16/25] afs: Implement the YFS cache manager service "
` [PATCH 17/25] afs: Fix FS.FetchStatus delivery from updating wrong vnode "
` [PATCH 18/25] afs: Calc callback expiry in op reply delivery "
` [PATCH 19/25] afs: Get the target vnode in afs_rmdir() and get a callback on it "
` [PATCH 20/25] afs: Expand data structure fields to support YFS "
` [PATCH 21/25] afs: Implement YFS support in the fs client "
` [PATCH 22/25] afs: Allow dumping of server cursor on operation failure "
` [PATCH 23/25] afs: Eliminate the address pointer from the address list cursor "
` [PATCH 24/25] afs: Fix callback handling "
` [PATCH 25/25] afs: Probe multiple fileservers simultaneously "

[PATCH] scsi/pmcraid.c: Use dma_pool_zalloc
 2018-10-24  3:36 UTC  (3+ messages)

[RESEND PATCH v2 0/2] Check MST topology change on resume
 2018-10-24  2:19 UTC  (3+ messages)
` [RESEND PATCH v2 1/2] drm/dp/mst: Reprobe EDID for MST ports "
` [RESEND PATCH v2 2/2] drm/i915/mst: Reset MST after resume when necessary

[PATCH v3 0/4] nds32: Perf Support
 2018-10-24  3:32 UTC  (5+ messages)
` [PATCH v3 1/4] nds32: Fix bug in bitfield.h
` [PATCH v3 2/4] nds32: Perf porting
` [PATCH v3 3/4] nds32: Add perf call-graph support
` [PATCH v3 4/4] nds32: Add document for NDS32 PMU

[PATCH -V6 00/21] swap: Swapout/swapin THP in one piece
 2018-10-24  3:31 UTC  (3+ messages)

[PATCH v2 1/5] x86/vdso: Renames variable to fix shadow warning
 2018-10-24  0:39 UTC  (3+ messages)

[GIT PULL] XArray for 4.20
 2018-10-24  3:29 UTC  (2+ messages)

[PATCH v3 0/3] crypto: streebog - add Streebog hash function
 2018-10-24  3:23 UTC  (4+ messages)
` [PATCH v3 1/3] "
` [PATCH v3 2/3] crypto: streebog - register Streebog in hash info for IMA
` [PATCH v3 3/3] crypto: streebog - add Streebog test vectors

[PATCH] sched/core: Don't mix isolcpus and housekeeping CPUs
 2018-10-24  3:23 UTC  (3+ messages)

[GIT PULL] xfs: 4.20 merge
 2018-10-24  0:00 UTC 

[GIT PULL] f2fs update for 4.20-rc1
 2018-10-24  2:05 UTC 

[PATCH] scsi/mvsas/mv_sas.c: Use dma_pool_zalloc
 2018-10-24  1:26 UTC  (2+ messages)

[PATCH net-next v2 1/6] net/ncsi: Don't enable all channels when HWA available
 2018-10-24  3:12 UTC  (2+ messages)

[PATCH v3 00/13] remoteproc: add fixed memory region support
 2018-10-24  3:12 UTC  (5+ messages)
` [PATCH v3 08/13] remoteproc: add prepare and unprepare ops

[RFC][PATCH v2] scsi: ufs: Fix hynix ufs bug with quirk on hi36xx SoC
 2018-10-24  3:09 UTC  (4+ messages)

[PATCH] xen-swiotlb: exchange memory with Xen only when pages are contiguous
 2018-10-24  3:09 UTC 

[PATCH v2 0/5] hwmon: (ina3221) Implement PM runtime to save power
 2018-10-24  2:36 UTC  (6+ messages)
` [PATCH v2 1/5] hwmon: (core) Inherit power properties to hdev
` [PATCH v2 2/5] hwmon: (ina3221) Check channel status for alarms attribute read
` [PATCH v2 3/5] hwmon: (ina3221) Serialize sysfs ABI accesses
` [PATCH v2 4/5] hwmon: (ina3221) Make sure data is ready before reading
` [PATCH v2 5/5] hwmon: (ina3221) Add PM runtime support

[PATCH v2] rtlwifi: remove set but not used variable 'radiob_array_table' and 'radiob_arraylen'
 2018-10-24  2:04 UTC  (4+ messages)

[PATCH V3] block: fix the DISCARD request merge
 2018-10-24  3:07 UTC 

[PATCH 0/4] nds32: Perf Support
 2018-10-24  3:02 UTC  (5+ messages)
` [PATCH 1/4] nds32: Fix bug in bitfield.h
` [PATCH 2/4] nds32: Perf porting
` [PATCH 3/4] nds32: Add perf call-graph support
` [PATCH 4/4] nds32: Add document for NDS32 PMU

[PATCHv5 1/3] x86: rename is_{ia32,x32}_task to in_{ia32,x32}_syscall
 2018-10-24  1:47 UTC  (7+ messages)
` [tip:x86/asm] x86/entry: Rename is_{ia32,x32}_task() to in_{ia32,x32}_syscall()
  ` in_compat_syscall() returns from kernel thread for X86_32

[PATCH v2] sched/core: Don't mix isolcpus and housekeeping CPUs
 2018-10-24  3:02 UTC 

[PATCH v12 06/12] livepatch: Simplify API by removing registration step
 2018-10-24  2:55 UTC  (11+ messages)

[PATCH v2 3/5] Creates macro to avoid variable shadowing
 2018-10-24  1:48 UTC  (3+ messages)

[PATCH 1/3 v2] powerpc/fsl: Use new clockgen binding
 2018-10-24  2:11 UTC  (3+ messages)
` [PATCH 2/3 v2] clk: qoriq: remove legacy bindings and add more compatibles
  ` [PATCH 3/3 v2] clk: qoriq: update clock driver

[PATCH] thermal: qoriq: add multiple sensors support
 2018-10-24  2:48 UTC  (7+ messages)

[PATCH] Documentation/x86: fix typo in zero_page.txt
 2018-10-24  1:42 UTC 

[PATCH net-next v2 0/6] net/ncsi: Allow enabling multiple packages & channels
 2018-10-23 23:55 UTC  (6+ messages)
` [PATCH net-next v2 3/6] net/ncsi: Don't deselect package in suspend if active
` [PATCH net-next v2 4/6] net/ncsi: Don't mark configured channels inactive
` [PATCH net-next v2 5/6] net/ncsi: Reset channel state in ncsi_start_dev()
` [PATCH net-next v2 6/6] net/ncsi: Configure multi-package, multi-channel modes with failover

[PATCH] x86: Remove -pipe from KBUILD_CFLAGS
 2018-10-23 23:23 UTC  (3+ messages)

i.MX6 MIPI-CSI2 OV5640 Camera testing on Mainline Linux
 2018-10-23 23:03 UTC  (11+ messages)

[PATCH RFC] x86: Don't include '-Wa,-' when building with Clang
 2018-10-23 23:01 UTC  (9+ messages)

[PATCH 0/9 v3] locks: avoid thundering-herd wake-ups
 2018-10-23 22:43 UTC  (10+ messages)
` [PATCH 8/9] locks: merge posix_unblock_lock() and locks_delete_block()
` [PATCH 3/9] NFS: use locks_copy_lock() to copy locks
` [PATCH 6/9] fs/locks: change all *_conflict() functions to return bool
` [PATCH 2/9] fs/locks: split out __locks_wake_up_blocks()
` [PATCH 9/9] VFS: locks: remove unnecessary white space
` [PATCH 7/9] fs/locks: create a tree of dependent requests
` [PATCH 1/9] fs/locks: rename some lists and pointers
` [PATCH 4/9] fs/locks: allow a lock request to block other requests
` [PATCH 5/9] fs/locks: always delete_block after waiting

[RFC][PATCH 03/10] hfsplus: use fs_umode_to_dtype() helper
 2018-10-23 22:42 UTC  (2+ messages)

[PATCH 0/3] Add Tegra194 Dual ARM SMMU driver
 2018-10-23 22:39 UTC  (4+ messages)
` [PATCH 1/3] iommu/arm-smmu: rearrange arm-smmu.c code
` [PATCH 2/3] iommu/arm-smmu: Prepare fault, probe, sync functions for sharing code
` [PATCH 3/3] iommu/tegra194_smmu: Add Tegra194 SMMU driver

[PATCH v2] clocksource/drivers/arc_timer: Utilize generic sched_clock
 2018-10-23 22:33 UTC  (2+ messages)

[PATCH 1/3] staging: greybus: loopback.c: remove unused gb_loopback::lbid
 2018-10-23 22:30 UTC  (5+ messages)
` [PATCH 2/3] staging: greybus: loopback.c: do insertion in O(n) instead of O(n lg n)

[RFC] dm-bow working prototype
 2018-10-23 22:18 UTC  (2+ messages)

[PATCH] modpost: validate symbol names also in find_elf_symbol
 2018-10-23 22:15 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).