linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-10-23 21:02:05 to 2018-10-24 04:06:41 UTC [more...]

[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  (32+ 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 08/17] remoteproc: add alloc ops in rproc_mem_entry struct
` [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 01/17] prmem: linker section for static write rare
 2018-10-24  3:48 UTC  (20+ messages)
` [PATCH 02/17] prmem: write rare for static allocation
` [PATCH 03/17] prmem: vmalloc support for dynamic allocation
` [PATCH 04/17] prmem: "
` [PATCH 05/17] prmem: shorthands for write rare on common types
` [PATCH 06/17] prmem: test cases for memory protection
` [PATCH 07/17] prmem: lkdtm tests "
` [PATCH 08/17] prmem: struct page: track vmap_area
` [PATCH 09/17] prmem: hardened usercopy
` [PATCH 10/17] prmem: documentation
` [PATCH 11/17] prmem: llist: use designated initializer
` [PATCH 12/17] prmem: linked list: set alignment
` [PATCH 13/17] prmem: linked list: disable layout randomization
` [PATCH 14/17] prmem: llist, hlist, both plain and rcu
` [PATCH 15/17] prmem: test cases for prlist and prhlist
` [PATCH 16/17] prmem: pratomic-long
` [PATCH 17/17] prmem: ima: turn the measurements list write rare

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

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

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

[GIT] Sparc
 2018-10-24  3:31 UTC 

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

[GIT] Networking
 2018-10-24  3:29 UTC 

[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 0/6] Coordinated Clks
 2018-10-24  1:31 UTC  (7+ 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

[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 0/6] net/ncsi: Allow enabling multiple packages & channels
 2018-10-24  3:12 UTC  (9+ messages)
` [PATCH net-next v2 1/6] net/ncsi: Don't enable all channels when HWA available
` [PATCH net-next v2 2/6] net/ncsi: Probe single packages to avoid conflict
` [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 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  (4+ 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 1/5] spi: lpspi: Add slave mode support for imx7ulp
 2018-10-24  2:50 UTC  (5+ 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

[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] 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 

[PATCH] cpufreq: intel_pstate: Fix compilation for !CONFIG_ACPI
 2018-10-23 21:52 UTC  (6+ messages)
      ` [PATCH v2] "

[PATCH] kernel/signal: Signal-based pre-coredump notification
 2018-10-23 21:40 UTC  (5+ messages)
` [PATCH v2] "

[PATCH net-next 6/7] net: hns3: Add enable and process hw errors from PPP
 2018-10-23 21:37 UTC  (3+ messages)

[PATCH v6 00/15] tracing: Hist trigger snapshot and onchange additions
 2018-10-23 21:32 UTC  (10+ messages)
` [PATCH v6 01/15] tracing: Refactor hist trigger action code
` [PATCH v6 07/15] tracing: Move hist trigger key printing into a separate function
` [PATCH v6 10/15] tracing: Add hist trigger snapshot() action test case

[PATCH] Revert "workqueue: re-add lockdep dependencies for flushing"
 2018-10-23 21:30 UTC  (6+ messages)

[PATCH v2] Documentation/proc.txt: Add 2 missing fields for /proc/<pid>/status
 2018-10-23 21:25 UTC 

[PATCH] thermal: bcm2835: enable hwmon explicitly
 2018-10-23 21:20 UTC  (3+ messages)

[RFC][PATCH v2 04/10] ext2: use common file type conversion
 2018-10-23 21:20 UTC 

[RFC][PATCH v2 10/10] btrfs: use common file type conversion
 2018-10-23 21:17 UTC 

[PATCH 0/7] Code of Conduct: Fix some wording, and add an interpretation document
 2018-10-23 21:14 UTC  (8+ messages)
` Call to Action "
  ` [Ksummit-discuss] "

[RFC PATCH 0/2] improve vmalloc allocation
 2018-10-23 21:01 UTC  (11+ messages)


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