All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-08-09 19:21:50 to 2017-08-09 20:17:48 UTC [more...]

[PATCH] mm/rmap: try_to_unmap_one() do not call mmu_notifier under ptl
 2017-08-09 20:17 UTC  (5+ messages)

[PATCH] Fix syntax error in fsck(8) manpage
 2017-08-09 20:17 UTC 

[PATCH] hid-sensor-hub: Force logical minimum to 1 for power and report state
 2017-08-09 20:17 UTC  (4+ messages)

[PATCH v4 1/2] x86/unwind: add ORC unwinder
 2017-08-09 20:15 UTC  (11+ messages)

[PATCH v6] drm/i915/edp: Allow alternate fixed mode for eDP if available
 2017-08-09 20:14 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH v3 0/7] Handle SMCs and HVCs in conformance with SMCCC
 2017-08-09 20:13 UTC  (5+ messages)
` [PATCH 2/7] arm: make processor-specific functions from traps.c globaly visible

[U-Boot] [PATCH v4 0/6] fix apalis-tk1 pcie gigabit ethernet operation
 2017-08-09 20:12 UTC  (7+ messages)
` [U-Boot] [PATCH v4 1/6] configs: apalis-tk1: fix boot failure using ext4 rootfs
` [U-Boot] [PATCH v4 2/6] apalis-tk1: add missing as3722 gpio0 configuration
` [U-Boot] [PATCH v4 3/6] power: as3722: fix ldo_get/set_enable for ldo index bigger than 7
` [U-Boot] [PATCH v4 4/6] pci: tegra: introduce weak tegra_pcie_board_port_reset() function
` [U-Boot] [PATCH v4 5/6] power: as3722: add as3722_ldo_set_voltage signature to header file
` [U-Boot] [PATCH v4 6/6] apalis-tk1: fix pcie reset for reliable gigabit ethernet operation

[PATCH net-next] openvswitch: add NSH support
 2017-08-09 20:12 UTC  (8+ messages)
          ` [ovs-dev] "

[PATCH v5 00/10] Add support for eXclusive Page Frame Ownership
 2017-08-09 20:07 UTC  (33+ messages)
` [kernel-hardening] "
` [PATCH v5 01/10] mm: add MAP_HUGETLB support to vm_mmap
  ` [kernel-hardening] "
` [PATCH v5 02/10] mm, x86: Add support for eXclusive Page Frame Ownership (XPFO)
  ` [kernel-hardening] "
` [PATCH v5 03/10] swiotlb: Map the buffer if it was unmapped by XPFO
  ` [kernel-hardening] "
` [PATCH v5 04/10] arm64: Add __flush_tlb_one()
  ` [kernel-hardening] "
` [PATCH v5 05/10] arm64/mm: Add support for XPFO
  ` [kernel-hardening] "
` [PATCH v5 06/10] arm64/mm: Disable section mappings if XPFO is enabled
  ` [kernel-hardening] "
` [PATCH v5 07/10] arm64/mm: Don't flush the data cache if the page is unmapped by XPFO
  ` [kernel-hardening] "
` [PATCH v5 08/10] arm64/mm: Add support for XPFO to swiotlb
  ` [kernel-hardening] "
` [PATCH v5 09/10] mm: add a user_virt_to_phys symbol
  ` [kernel-hardening] "
` [PATCH v5 10/10] lkdtm: Add test for XPFO
  ` [kernel-hardening] "

[PATCH v9 0/4] Add new PCI_DEV_FLAGS_NO_RELAXED_ORDERING flag
 2017-08-09 20:11 UTC  (10+ messages)
` [PATCH v9 1/4] PCI: Add new PCIe Fabric End Node flag, PCI_DEV_FLAGS_NO_RELAXED_ORDERING

KVM 4.12.5 hangs
 2017-08-09 20:11 UTC  (3+ messages)

[PATCH v3 0/3] QCOM SCM Download mode support
 2017-08-09 20:10 UTC  (4+ messages)
` [PATCH v3 1/3] firmware: qcom: scm: Expose secure IO service
` [PATCH v3 2/3] firmware: qcom: scm: Expose download-mode control
` [PATCH v3 3/3] arm64: dts: qcom: Specify dload address for msm8916 and msm8996

[PATCH igt] igt: Add vgem_syncobj
 2017-08-09 20:08 UTC 

[U-Boot] [PATCH 00/13] add support for rk3066 platform
 2017-08-09 20:08 UTC  (18+ messages)
` [U-Boot] [PATCH 12/13] armv7: support rk3066 early back to bootrom in start.S

[arm64:for-next/core 9/14] make[2]: *** No rule to make target 'arch/arm64/lib/uaccess_flushcache.o', needed by 'arch/arm64/lib/lib.a'
 2017-08-09 20:08 UTC 

master - commands: recognize lvm command -?
 2017-08-09 20:07 UTC 

[PATCH v2 00/22] drm: Add GEM backed framebuffer library
 2017-08-09 20:07 UTC  (5+ messages)
` [PATCH v2 01/22] "
` [PATCH v2 02/22] drm/fb-cma-helper: Use drm_gem_framebuffer_helper

[PATCH] drm/i915/cnl: Add slice and subslice information to debugfs
 2017-08-09 20:07 UTC 

[Ksummit-discuss] [MAINTAINER TOPIC] ABI feature gates?
 2017-08-09 20:06 UTC  (8+ messages)

Best way to inspect the parse tree from Sparse
 2017-08-09 20:03 UTC  (11+ messages)

[PATCH v3 0/8] fix loading of partially defined bitfield
 2017-08-09 20:02 UTC  (13+ messages)
` [PATCH v4 0/9] "
  ` [PATCH v4 1/9] testsuite: add support for commands with timeout
  ` [PATCH v4 2/9] Remove single-store shortcut
  ` [PATCH v4 3/9] new helper: def_opcode()
  ` [PATCH v4 4/9] reuse nbr_pseudo_users()
  ` [PATCH v4 5/9] change the masking when loading bitfields
  ` [PATCH v4 6/9] simplify ((A & M') | B ) & M when M' & M == 0
  ` [PATCH v4 7/9] transform (A & M) >> S to (A >> S) & (M >> S)
  ` [PATCH v4 8/9] transform (A << S) >> S into A & (-1 "
  ` [PATCH v4 9/9] fix: cast of OP_AND only valid if it's an OP_CAST

+ mm-memcontrol-fix-null-pointer-crash-in-test_clear_page_writeback.patch added to -mm tree
 2017-08-09 20:01 UTC 

[PATCH] python*-setuptools: update to 36.2.7
 2017-08-09 20:01 UTC 

[RFC PATCH] net: don't set __LINK_STATE_START until after dev->open() call
 2017-08-09 20:00 UTC  (3+ messages)

[PATCH v2 rdma-core 0/6] Common udev/systemd based module auto loading
 2017-08-09 20:00 UTC  (12+ messages)

[PATCH 1/3] drm/i915/cnl: Add allowed DP rates for Cannonlake
 2017-08-09 20:00 UTC  (2+ messages)

[PATCH] eventdev: ease single-link queue config requirements
 2017-08-09 19:58 UTC 

[PATCH 0/3] drm/rockchip: lvds: add support Rockchip Soc LVDS
 2017-08-09 19:58 UTC  (4+ messages)
` [PATCH 3/3] drm/rockchip: Add support for "

Advising in packages to load new module or reboot
 2017-08-09 17:05 UTC  (3+ messages)

+ vmstat-fix-wrong-comment.patch added to -mm tree
 2017-08-09 19:55 UTC 

[PATCH 4.4 00/58] 4.4.81-stable review
 2017-08-09 19:42 UTC  (58+ messages)
` [PATCH 4.4 01/58] parisc: Increase thread and stack size to 32kb
` [PATCH 4.4 02/58] libata: array underflow in ata_find_dev()
` [PATCH 4.4 03/58] workqueue: restore WQ_UNBOUND/max_active==1 to be ordered
` [PATCH 4.4 04/58] ALSA: hda - Fix speaker output from VAIO VPCL14M1R
` [PATCH 4.4 05/58] ASoC: do not close shared backend dailink
` [PATCH 4.4 07/58] mm/page_alloc: Remove kernel address exposure in free_reserved_area()
` [PATCH 4.4 08/58] ext4: fix SEEK_HOLE/SEEK_DATA for blocksize < pagesize
` [PATCH 4.4 09/58] ext4: fix overflow caused by missing cast in ext4_resize_fs()
` [PATCH 4.4 10/58] ARM: dts: armada-38x: Fix irq type for pca955
` [PATCH 4.4 11/58] media: platform: davinci: return -EINVAL for VPFE_CMD_S_CCDC_RAW_PARAMS ioctl
` [PATCH 4.4 12/58] target: Avoid mappedlun symlink creation during lun shutdown
` [PATCH 4.4 13/58] iscsi-target: Always wait for kthread_should_stop() before kthread exit
` [PATCH 4.4 14/58] iscsi-target: Fix early sk_data_ready LOGIN_FLAGS_READY race
` [PATCH 4.4 15/58] iscsi-target: Fix initial login PDU asynchronous socket close OOPs
` [PATCH 4.4 16/58] iscsi-target: Fix delayed logout processing greater than SECONDS_FOR_LOGOUT_COMP
` [PATCH 4.4 17/58] iser-target: Avoid isert_conn->cm_id dereference in isert_login_recv_done
` [PATCH 4.4 18/58] mm, mprotect: flush TLB if potentially racing with a parallel reclaim leaving stale TLB entries
` [PATCH 4.4 19/58] media: lirc: LIRC_GET_REC_RESOLUTION should return microseconds
` [PATCH 4.4 20/58] f2fs: sanity check checkpoint segno and blkoff
` [PATCH 4.4 21/58] drm: rcar-du: fix backport bug
` [PATCH 4.4 22/58] [media] saa7164: fix double fetch PCIe access condition
` [PATCH 4.4 23/58] ipv4: ipv6: initialize treq->txhash in cookie_v[46]_check()
` [PATCH 4.4 24/58] net: Zero terminate ifr_name in dev_ifname()
` [PATCH 4.4 25/58] ipv6: avoid overflow of offset in ip6_find_1stfragopt
` [PATCH 4.4 26/58] ipv4: initialize fib_trie prior to register_netdev_notifier call
` [PATCH 4.4 27/58] rtnetlink: allocate more memory for dev_set_mac_address()
` [PATCH 4.4 28/58] mcs7780: Fix initialization when CONFIG_VMAP_STACK is enabled
` [PATCH 4.4 29/58] openvswitch: fix potential out of bound access in parse_ct
` [PATCH 4.4 30/58] packet: fix use-after-free in prb_retire_rx_blk_timer_expired()
` [PATCH 4.4 31/58] ipv6: Dont increase IPSTATS_MIB_FRAGFAILS twice in ip6_fragment()
` [PATCH 4.4 32/58] net: ethernet: nb8800: Handle all 4 RGMII modes identically
` [PATCH 4.4 33/58] dccp: fix a memleak that dccp_ipv6 doesnt put reqsk properly
` [PATCH 4.4 34/58] dccp: fix a memleak that dccp_ipv4 "
` [PATCH 4.4 35/58] dccp: fix a memleak for dccp_feat_init err process
` [PATCH 4.4 36/58] sctp: dont dereference ptr before leaving _sctp_walk_{params, errors}()
` [PATCH 4.4 37/58] sctp: fix the check for _sctp_walk_params and _sctp_walk_errors
` [PATCH 4.4 38/58] net/mlx5: Fix command bad flow on command entry allocation failure
` [PATCH 4.4 39/58] net: phy: Correctly process PHY_HALTED in phy_stop_machine()
` [PATCH 4.4 40/58] xen-netback: correctly schedule rate-limited queues
` [PATCH 4.4 41/58] sparc64: Measure receiver forward progress to avoid send mondo timeout
` [PATCH 4.4 42/58] sparc64: Prevent perf from running during super critical sections
` [PATCH 4.4 43/58] wext: handle NULL extra data in iwe_stream_add_point better
` [PATCH 4.4 44/58] sh_eth: R8A7740 supports packet shecksumming
` [PATCH 4.4 45/58] net: phy: dp83867: fix irq generation
` [PATCH 4.4 46/58] tg3: Fix race condition in tg3_get_stats64()
` [PATCH 4.4 47/58] x86/boot: Add missing declaration of string functions
` [PATCH 4.4 48/58] phy state machine: failsafe leave invalid RUNNING state
` [PATCH 4.4 49/58] scsi: qla2xxx: Get mutex lock before checking optrom_state
` [PATCH 4.4 50/58] drm/virtio: fix framebuffer sparse warning
` [PATCH 4.4 51/58] virtio_blk: fix panic in initialization error path
` [PATCH 4.4 52/58] ARM: 8632/1: ftrace: fix syscall name matching
` [PATCH 4.4 53/58] mm, slab: make sure that KMALLOC_MAX_SIZE will fit into MAX_ORDER
` [PATCH 4.4 54/58] lib/Kconfig.debug: fix frv build failure
` [PATCH 4.4 55/58] signal: protect SIGNAL_UNKILLABLE from unintentional clearing
` [PATCH 4.4 56/58] mm: dont dereference struct page fields of invalid pages
` [PATCH 4.4 57/58] ipv4: Should use consistent conditional judgement for ip fragment in __ip_append_data and ip_finish_output

[U-Boot] [PATCH 06/13] rockchip: rk3066: add core support
 2017-08-09 19:54 UTC  (3+ messages)
` [U-Boot] [U-Boot,06/13] "

[PATCH] map-ram chip driver: 16-bit block transfer
 2017-08-09 19:51 UTC  (3+ messages)

[PATCH] drm/amd/display: Drop our own page_flip_helper
 2017-08-09 19:47 UTC  (2+ messages)

[PATCH v2 0/4] arm: allign check_conditional_instr() with ARMv8
 2017-08-09 19:44 UTC  (5+ messages)
` [PATCH v2 1/4] arm: processor: rename iss to res0 in hsr_cond union
` [PATCH v2 2/4] arm: processor: add new struct hsr_smc32 into hsr union
` [PATCH v2 3/4] arm: traps: handle unknown exceptions in check_conditional_instr()
` [PATCH v2 4/4] arm: traps: handle SMC32 "

[PATCH 0/2] readline_simple: return -1 if getc fails
 2017-08-09 19:41 UTC  (4+ messages)

Patch "x86/boot: Add missing declaration of string functions" has been added to the 4.4-stable tree
 2017-08-09 19:41 UTC 

Patch "virtio_blk: fix panic in initialization error path" has been added to the 4.4-stable tree
 2017-08-09 19:41 UTC 

Patch "signal: protect SIGNAL_UNKILLABLE from unintentional clearing." has been added to the 4.4-stable tree
 2017-08-09 19:41 UTC 

Patch "tg3: Fix race condition in tg3_get_stats64()." has been added to the 4.4-stable tree
 2017-08-09 19:41 UTC 

Patch "sh_eth: R8A7740 supports packet shecksumming" has been added to the 4.4-stable tree
 2017-08-09 19:41 UTC 

Patch "scsi: qla2xxx: Get mutex lock before checking optrom_state" has been added to the 4.4-stable tree
 2017-08-09 19:41 UTC 

Patch "phy state machine: failsafe leave invalid RUNNING state" has been added to the 4.4-stable tree
 2017-08-09 19:41 UTC 

Patch "net: account for current skb length when deciding about UFO" has been added to the 4.4-stable tree
 2017-08-09 19:41 UTC 

Patch "net: phy: dp83867: fix irq generation" has been added to the 4.4-stable tree
 2017-08-09 19:41 UTC 

Patch "mm: don't dereference struct page fields of invalid pages" has been added to the 4.4-stable tree
 2017-08-09 19:41 UTC 

Patch "lib/Kconfig.debug: fix frv build failure" has been added to the 4.4-stable tree
 2017-08-09 19:41 UTC 

Patch "mm, slab: make sure that KMALLOC_MAX_SIZE will fit into MAX_ORDER" has been added to the 4.4-stable tree
 2017-08-09 19:41 UTC 

Patch "drm/virtio: fix framebuffer sparse warning" has been added to the 4.4-stable tree
 2017-08-09 19:41 UTC 

Patch "ARM: 8632/1: ftrace: fix syscall name matching" has been added to the 4.4-stable tree
 2017-08-09 19:41 UTC 

Patch "ipv4: Should use consistent conditional judgement for ip fragment in __ip_append_data and ip_finish_output" has been added to the 4.4-stable tree
 2017-08-09 19:41 UTC 

(unknown),
 2017-08-09 19:40 UTC 

pull-request: iwlwifi 2017-08-09
 2017-08-09 19:39 UTC  (2+ messages)

[GIT PULL for 4.14] Omap3isp CCP2 support
 2017-08-09 19:39 UTC 

[PATCH v2] cpufreq: only stop ondemand governor if already started
 2017-08-09 19:38 UTC 

[Qemu-devel] [PATCH] QEMU Backup Tool
 2017-08-09 19:36 UTC 

(unknown),
 2017-08-09 19:36 UTC 

[PATCH] kmod: test_kmod: Correctly lock reg_dev_mutex
 2017-08-09 19:29 UTC  (2+ messages)

[U-Boot] [PATCH 1/1] efi_loader: attribute EFIAPI of efi_locate handle()
 2017-08-09 19:29 UTC  (2+ messages)

[PULL REQUEST] i2c for 4.13
 2017-08-09 19:29 UTC 

[Bug 101900] No HDMI audio on Polaris
 2017-08-09 19:29 UTC  (3+ messages)
` [Bug 101900] No HDMI HBR audio on Polaris (no TrueHD, no Atmos, no Neo:X, no HD Master audio)

re: urgently Alexa Ranks lists.01.org
 2017-08-09 19:25 UTC 

[PATCH] drm/vgem: Couple in drm_syncobj support
 2017-08-09 19:24 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH 1/2] eventdev: add event adapter for ethernet Rx queues
 2017-08-09 19:24 UTC  (12+ messages)

[PATCH] nvme: fix directive command numd calculation
 2017-08-09 19:23 UTC  (3+ messages)

[PATCH 00/15] ARM: add and use convenience macros for PC relative references
 2017-08-09 19:22 UTC  (6+ messages)
` [PATCH 12/15] arm-soc: omap: replace open coded VA->PA calculations

[Qemu-devel] No video for Windows 2000 guest
 2017-08-09 19:22 UTC  (6+ messages)

[morty/master][PATCH] ti-ipc-rtos: add default symlinks for Keystone DSP firmware images
 2017-08-09 19:22 UTC 

[PATCH 1/4] musl: Drop the protected symbol optimization at configure time
 2017-08-09 18:58 UTC  (6+ messages)
` [PATCH 4/4] cairo: Add pkgconfig for opengl support


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.