linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-02-15 15:26:53 to 2019-02-15 17:40:56 UTC [more...]

[PATCH v3 3/4] uaccess: Check no rescheduling function is called in unsafe region
 2019-02-15 17:40 UTC  (12+ messages)
              ` [PATCH] sched/x86: Save [ER]FLAGS on context switch

[PATCH v2 perf,bpf 00/11] perf annotation of BPF programs
 2019-02-15 17:40 UTC  (19+ messages)
` [PATCH v2 perf,bpf 01/11] perf, bpf: consider events with attr.bpf_event as side-band events
` [PATCH v2 perf,bpf 02/11] bpf: libbpf: introduce bpf_program__get_prog_info_linear()
  ` [PATCH v2 perf,bpf 05/11] perf, bpf: save bpf_prog_info in a rbtree in perf_env
  ` [PATCH v2 perf,bpf 08/11] perf, bpf: save btf information as headers to perf.data
  ` [PATCH v2 perf,bpf 09/11] perf-top: add option --bpf-event
` [PATCH v2 perf,bpf 10/11] perf, bpf: enable annotation of bpf program
  ` [PATCH v2 perf,bpf 11/11] perf, bpf: save information about short living bpf programs

[RFC PATCH 00/27] Containers and using authenticated filesystems
 2019-02-15 17:39 UTC  (30+ messages)
` [RFC PATCH 01/27] containers: Rename linux/container.h to linux/container_dev.h
` [RFC PATCH 02/27] containers: Implement containers as kernel objects
` [RFC PATCH 03/27] containers: Provide /proc/containers
` [RFC PATCH 04/27] containers: Allow a process to be forked into a container
` [RFC PATCH 05/27] containers: Open a socket inside "
` [RFC PATCH 06/27] containers, vfs: Allow syscall dirfd arguments to take a container fd
` [RFC PATCH 07/27] containers: Make fsopen() able to create a superblock in a container
` [RFC PATCH 08/27] containers, vfs: Honour CONTAINER_NEW_EMPTY_FS_NS
` [RFC PATCH 09/27] vfs: Allow mounting to other namespaces
` [RFC PATCH 10/27] containers: Provide fs_context op for container setting
` [RFC PATCH 11/27] containers: Sample program for driving container objects
` [RFC PATCH 12/27] containers: Allow a daemon to intercept request_key upcalls in a container
` [RFC PATCH 13/27] keys: Provide a keyctl to query a request_key authentication key
` [RFC PATCH 14/27] keys: Break bits out of key_unlink()
` [RFC PATCH 15/27] keys: Make __key_link_begin() handle lockdep nesting
` [RFC PATCH 16/27] keys: Grant Link permission to possessers of request_key auth keys
` [RFC PATCH 17/27] keys: Add a keyctl to move a key between keyrings
` [RFC PATCH 18/27] keys: Find the least-recently used unseen key in a keyring
` [RFC PATCH 19/27] containers: Sample: request_key upcall handling
` [RFC PATCH 20/27] container, keys: Add a container keyring
` [RFC PATCH 21/27] keys: Fix request_key() lack of Link perm check on found key
` [RFC PATCH 22/27] KEYS: Replace uid/gid/perm permissions checking with an ACL
` [RFC PATCH 23/27] KEYS: Provide KEYCTL_GRANT_PERMISSION
` [RFC PATCH 24/27] keys: Allow a container to be specified as a subject in a key's ACL
` [RFC PATCH 25/27] keys: Provide a way to ask for the container keyring
` [RFC PATCH 26/27] keys: Allow containers to be included in key ACLs by name
` [RFC PATCH 27/27] containers: Sample to grant access to a key in a container

[PATCH 0/2] gcc-plugins: structleak: Generalize to all variable types
 2019-02-15 17:38 UTC  (2+ messages)

[PATCH RESEND net] net: phy: xgmiitorgmii: Support generic PHY status read
 2019-02-15 17:38 UTC  (3+ messages)

[PATCH v0 0/2] perf: Address range filtering fixes
 2019-02-15 17:38 UTC  (4+ messages)
` [PATCH v0 2/2] perf, pt, coresight: Fix address filters for vmas with non-zero offset

[PATCH v3] hugetlb: allow to free gigantic pages regardless of the configuration
 2019-02-15 17:34 UTC  (3+ messages)

[RFC PATCH 0/5] iommu: APIs for paravirtual PASID allocation
 2019-02-15 17:33 UTC  (4+ messages)
` [RFC PATCH 1/5] iommu: Add APIs for IOMMU PASID management

[PATCH 00/13] Convert x86 & arm64 to use generic page walk
 2019-02-15 17:32 UTC  (16+ messages)
` [PATCH 01/13] arm64: mm: Add p?d_large() definitions
` [PATCH 02/13] x86/mm: "
` [PATCH 03/13] mm: Add generic p?d_large() macros
` [PATCH 04/13] mm: pagewalk: Add p4d_entry() and pgd_entry()
` [PATCH 05/13] mm: pagewalk: Allow walking without vma
` [PATCH 06/13] mm: pagewalk: Add 'depth' parameter to pte_hole
` [PATCH 07/13] mm: pagewalk: Add test_p?d callbacks
` [PATCH 08/13] arm64: mm: Convert mm/dump.c to use walk_page_range()
` [PATCH 09/13] x86/mm: Point to struct seq_file from struct pg_state
` [PATCH 10/13] x86/mm+efi: Convert ptdump_walk_pgd_level() to take a mm_struct
` [PATCH 11/13] x86/mm: Convert ptdump_walk_pgd_level_debugfs() to take an mm_struct
` [PATCH 12/13] x86/mm: Convert ptdump_walk_pgd_level_core() "
` [PATCH 13/13] x86: mm: Convert dump_pagetables to use walk_page_range

[PATCH] drm/nouveau/bo: mark expected switch fall-through
 2019-02-15 17:30 UTC  (3+ messages)

[PATCH] drm/amdgpu/powerplay/polaris10_smumgr: Mark expected switch fall-through
 2019-02-15 17:02 UTC 

[PATCH net-next 00/13] net: mvpp2: various fixes
 2019-02-15 17:23 UTC  (17+ messages)
` [PATCH net-next 01/13] net: mvpp2: do not call phylink_mac_change if there is no event
` [PATCH net-next 02/13] net: mvpp2: a port can be disabled even if we use the link IRQ
` [PATCH net-next 03/13] net: mvpp2: do not disable the port if the mode hasn't changed
` [PATCH net-next 04/13] net: mvpp2: reconfiguring the port interface is PPv2.2 specific
` [PATCH net-next 05/13] net: mvpp2: do not set the XLG MAC in reset when disabling a port
` [PATCH net-next 06/13] net: mvpp2: fix a typo in the header
` [PATCH net-next 07/13] net: mvpp2: fix validate for PPv2.1
` [PATCH net-next 08/13] net: mvpp2: fix the computation of the RXQs
` [PATCH net-next 09/13] net: mvpp2: update the port documentation regarding the GoP
` [PATCH net-next 10/13] net: mvpp2: reset the XPCS while reconfiguring the serdes lanes
` [PATCH net-next 11/13] net: mvpp2: reset the XLG MAC in port_reset
` [PATCH net-next 12/13] net: mvpp2: fix alignment of MVPP2_GMAC_CONFIG_MII_SPEED definition
` [PATCH net-next 13/13] net: mvpp2: some AN fields require the link to be down when updated

WARNING: refcount bug in kvm_vm_ioctl
 2019-02-15 17:22 UTC  (8+ messages)

[PATCH 4.20 00/50] 4.20.9-stable review
 2019-02-15 17:22 UTC  (4+ messages)

[PATCH 0/2] [GIT PULL] tracing: Two more fixes
 2019-02-15 17:22 UTC  (3+ messages)

[RFC PATCH v2 0/4] dynamic indirect call promotion
 2019-02-15 17:21 UTC  (3+ messages)

[PATCH V4 0/9] x86/jump_label: Bound IPIs sent when updating a static key
 2019-02-15 17:20 UTC  (8+ messages)
` [PATCH V4 7/9] x86/alternative: Batch of patch operations

[LSF/MM TOPIC] Improve performance of fget/fput
 2019-02-15 17:16 UTC  (2+ messages)

[PATCH] drm/radeon/si_dpm: Mark expected switch fall-throughs
 2019-02-15 17:10 UTC 

[PATCH V15 00/18] block: support multi-page bvec
 2019-02-15 17:14 UTC  (3+ messages)
  ` [dm-devel] "

[PATCH v3] exec: load_script: Do not exec truncated interpreter path
 2019-02-15 17:11 UTC  (13+ messages)

linux-next: Tree for Feb 15
 2019-02-15 17:10 UTC  (3+ messages)
` linux-next: Tree for Feb 15 (net/core/lwt_bpf.c)

[GIT] Networking
 2019-02-15 17:10 UTC  (2+ messages)

[GIT PULL] MMC fixes for v5.0-rc7
 2019-02-15 17:10 UTC  (2+ messages)

[git pull] drm fixes for 5.0-rc7
 2019-02-15 17:10 UTC  (2+ messages)

Crypto Fixes for 4.15
 2019-02-15 17:10 UTC  (12+ messages)
  ` Crypto Fixes for 4.16
    ` Crypto Fixes for 4.17
      ` Crypto Fixes for 4.18
        ` Crypto Fixes for 4.19
          ` Crypto Fixes for 4.20
              ` Crypto Fixes for 5.0
                  ` [GIT] "

[GIT PULL] signal fixes for v5.0-rc7
 2019-02-15 17:10 UTC  (2+ messages)

[PATCH] drm/radeon/ci_dpm: Mark expected switch fall-throughs
 2019-02-15 17:08 UTC 

[PATCH] drm/drm_vm: Mark expected switch fall-throughs
 2019-02-15 17:05 UTC 

[GIT PULL] soc: ti: couple of non critical fixes for v5.1
 2019-02-15 17:02 UTC  (2+ messages)

[PATCH] net: phy: xgmiitorgmii: Support generic PHY status read
 2019-02-15 17:01 UTC  (4+ messages)

[PATCH 0/9] Rewrite clk parent handling
 2019-02-15 17:01 UTC  (10+ messages)
` [PATCH 2/9] clk: Introduce get_parent_hw clk op

[PATCH v3] x86/ima: require signed kernel modules
 2019-02-15 17:01 UTC  (2+ messages)

WARNING: locking bug in flush_workqueue_prep_pwqs
 2019-02-15 17:01 UTC 

ext4 corruption on alpha with 4.20.0-09062-gd8372ba8ce28
 2019-02-15 16:59 UTC  (3+ messages)

[GIT PULL] tee subsys for v5.1
 2019-02-15 16:58 UTC  (2+ messages)

[PATCH] drm/amd/powerplay/smu7_hwmgr: Mark expected switch fall-throughs
 2019-02-15 16:57 UTC 

[GIT PULL 0/1] EFI updates for v5.1
 2019-02-15 16:55 UTC  (2+ messages)
` [PATCH 1/1] efi: fix build error redeclaration of enumerator

[PATCH 0/4] keys: Miscellaneous fixes
 2019-02-15 16:54 UTC  (3+ messages)

[PATCH] drm/amd/display/dce_mem_input: Mark expected switch fall-through
 2019-02-15 16:54 UTC 

[LKP] [rcutorture] 2397d072f7: WARNING:at_kernel/rcu/rcutorture.c:#rcu_torture_stats_print[rcutorture]
 2019-02-15 16:51 UTC  (2+ messages)

[PATCH] drm/amd/display/dc/bios_parser2: Mark expected switch fall-throughs
 2019-02-15 16:50 UTC 

[PATCH] kvm: vmx: Fix entry nubmer check for add_atomic_switch_msr()
 2019-02-15 16:46 UTC  (2+ messages)

[PATCH] drm/amdgpu/si_dpm: Mark expected switch fall-throughs
 2019-02-15 16:46 UTC 

[PATCH net] vhost: correctly check the return value of translate_desc() in log_used()
 2019-02-15 16:45 UTC  (2+ messages)

[PATCH 0/2] driver core: Fixes related to device links
 2019-02-15 16:44 UTC  (5+ messages)
` [PATCH 2/2] driver core: Fix possible supplier PM-usage counter imbalance

[GIT PULL] ARM: samsung: mach/soc for v5.1
 2019-02-15 16:44 UTC  (2+ messages)

[PATCH 3/6] nfit/ars: Allow root to busy-poll the ARS state machine
 2019-02-15 16:43 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] perf tests shell: Skip trace+probe_vfs_getname.sh if built without trace support
 2019-02-15 16:43 UTC  (2+ messages)

[PATCH] xen/pciback: Don't disable PCI_COMMAND on PCI device reset
 2019-02-15 16:41 UTC 

[PATCH 00/10] Venus stateful Codec API
 2019-02-15 16:40 UTC  (5+ messages)
` [PATCH 10/10] venus: dec: make decoder compliant with stateful codec API

WARNING: locking bug in __queue_work
 2019-02-15 16:37 UTC  (2+ messages)

[PATCH] i2c: mediatek: modify threshold passed to i2c_get_dma_safe_msg_buf()
 2019-02-15 16:36 UTC  (5+ messages)

[PATCH v3] usb: chipidea: Grab the (legacy) USB PHY by phandle first
 2019-02-15 16:22 UTC 

[PATCH 0/7] Eliminate delegation self-conflicts
 2019-02-15 16:35 UTC  (4+ messages)

[PATCH] VMCI: Support upto 64-bit PPNs
 2019-02-15 16:32 UTC 

[PATCH 0/2] ARM errata 814220
 2019-02-15 16:30 UTC  (3+ messages)

[Xen-devel][PATCH 1/2] xen/gntdev: Do not destroy context while dma-bufs are in use
 2019-02-15 16:29 UTC  (6+ messages)

[PATCH 1/2] regulator: ltc3676: Simplify .readable_reg and .writable_reg callbacks
 2019-02-15 16:20 UTC  (4+ messages)
` [PATCH 2/2] regulator: ltc3676: Fix module description

[RFC PATCH 4.4] Documentation/network: reword kernel version reference
 2019-02-15 16:19 UTC 

Userspace regression in LTS and stable kernels
 2019-02-15 16:18 UTC  (11+ messages)

[PATCH] ARC: [plat-hsdk]: Add reset controller handle to manage USB reset
 2019-02-15 16:17 UTC 

[PATCH] drm: Mark expected switch fall-throughs
 2019-02-15 16:16 UTC  (3+ messages)

[PATCH v3] vfio_pci: Enable memory accesses before calling pci_map_rom
 2019-02-15 16:16 UTC 

[PATCH v5 00/10] Add support for TISCI irqchip drivers
 2019-02-15 16:16 UTC  (11+ messages)
` [PATCH v5 05/10] dt-bindings: irqchip: Introduce TISCI Interrupt router bindings

[PATCH v1 0/3] Add Vivante GPU support on STM32MP157c
 2019-02-15 16:14 UTC  (6+ messages)
` [PATCH v1 1/3] ARM: dts: stm32: "
` [PATCH v1 2/3] ARM: dts: stm32: enable Vivante GPU support on stm32mp157c-ed1 board
` [PATCH v1 3/3] ARM: dts: stm32: enable Vivante GPU support on stm32mp157c-dk1 board

[PATCH 00/16] sed-opal: fix shadow MBR enable/disable and clean up code
 2019-02-14  0:16 UTC  (2+ messages)
` [PATCH 16/16] block: sed-opal: rename next to execute_steps

[PATCH v7 00/23] locking/lockdep: Add support for dynamic keys
 2019-02-15 16:08 UTC  (4+ messages)
` [PATCH v7 21/23] block: Avoid that flushing triggers a lockdep complaint

[PATCH v4 0/4] Add driver for Mediatek-based GNSS receivers
 2019-02-15 16:04 UTC  (3+ messages)
` [PATCH v4 2/4] dt-bindings: gnss: add mediatek binding

[RFC 0/3] arm64: SPE ACPI enablement
 2019-02-15 16:04 UTC  (6+ messages)
` [RFC 2/3] arm_pmu: acpi: spe: Add initial MADT/SPE probing

[PATCH] gpu: drm: radeon: Set DPM_FLAG_NEVER_SKIP when enabling PM-runtime
 2019-02-15 16:01 UTC  (2+ messages)

[PATCH v2 0/4] Add driver for Mediatek-based GNSS receivers
 2019-02-15 16:00 UTC  (10+ messages)
` [PATCH v2 2/4] dt-bindings: gnss: add mediatek binding

[GIT PULL 1/2] ARM: defconfig: Samsung for v5.1
 2019-02-15 15:59 UTC  (2+ messages)

[PATCH v2 0/8] leds: Add AXP20X CHGLED
 2019-02-15 15:57 UTC  (3+ messages)
` [PATCH v2 1/8] leds: Add support for "

[PATCH 0/4] bug fixes in ntb_hw_amd and ntb_perf
 2019-02-15 15:55 UTC  (2+ messages)

[PATCH v3 0/4] arm64: dts: allwinner: h6: Enable CPU DVFS(cpufreq)
 2019-02-15 15:53 UTC  (5+ messages)
` [PATCH v3 1/4] arm64: dts: allwinner: h6: orangepi: Add CPU supply regulator
` [PATCH v3 2/4] arm64: dts: allwinner: h6: pine: "
` [PATCH v3 3/4] arm64: dts: allwinner: h6: Add clock to CPU cores
` [PATCH v3 4/4] arm64: dts: allwinner: h6: Add CPU Operating Performance Points table

[PATCH] drm/nouveau/nvkm: mark expected switch fall-throughs
 2019-02-15 15:53 UTC  (3+ messages)

[PATCH v5 0/6] Add ARMv8.3 pointer authentication for kvm guest
 2019-02-15 15:50 UTC  (5+ messages)
` [PATCH v5 2/5] arm64/kvm: preserve host HCR_EL2/MDCR_EL2 value

[PATCH 1/2] PM / Domains: Mark "name" const in genpd_dev_pm_attach_by_name()
 2019-02-15 15:47 UTC  (6+ messages)
` [PATCH 2/2] PM / Domains: Mark "name" const in dev_pm_domain_attach_by_name()

[LSF/MM TOPIC] Discuss least bad options for resolving longterm-GUP usage by RDMA
 2019-02-15 15:42 UTC  (12+ messages)

[PATCH][next] i2c: tegra: change phrasing, "fallbacking" to "falling back"
 2019-02-15 15:38 UTC  (4+ messages)

[PATCH v15 00/15] tracing: Hist trigger snapshot and onchange additions
 2019-02-15 15:36 UTC  (4+ messages)
` [PATCH v15 15/15] tracing: Add hist trigger action 'expected fail' test case

[PATVH v2 0/4] arm64: dts: allwinner: h6: Enable CPU
 2019-02-15 15:35 UTC  (3+ messages)

Mixing volatile and non-volatile accesses
 2019-02-15 15:35 UTC 

[PATCH] i2c: cadence: Handle transfer_size rollover
 2019-02-15 15:29 UTC  (2+ messages)

[PATCH 0/5] use pinned_vm instead of locked_vm to account pinned pages
 2019-02-15 15:26 UTC  (9+ 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).