linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-06-20 22:11:35 to 2016-06-21 04:54:01 UTC [more...]

[PATCH 0/6] kexec_file: Add buffer hand-over for the next kernel
 2016-06-21  1:44 UTC  (5+ messages)
` [PATCH 2/6] powerpc: kexec_file: Add buffer hand-over support "
` [PATCH 4/6] kexec_file: Add mechanism to update kexec segments
` [PATCH 5/6] kexec: Share logic to copy segment page contents
` [PATCH 6/6] IMA: Demonstration code for kexec buffer passing

[RFC PATCH 0/2] mm: give GFP_REPEAT a better semantic
 2016-06-21  4:22 UTC  (10+ messages)
` [RFC PATCH 2/2] xfs: map KM_MAYFAIL to __GFP_RETRY_HARD

[RESEND PATCH v2 0/4] PCI: Add support for enforcing all MMIO BARs not to share PAGE_SIZE
 2016-06-21  3:26 UTC  (12+ messages)
` [RESEND PATCH v2 1/4] PCI: Ignore resource_alignment if PCI_PROBE_ONLY was set
  ` [RESEND PATCH v2 1/4] PCI: Ignore resource_alignment if PCI_PROBE_ONLY was set\\
` [RESEND PATCH v2 2/4] PCI: Do not Use IORESOURCE_STARTALIGN to identify bridge resources
` [RESEND PATCH v2 3/4] PCI: Add a new option for resource_alignment to reassign alignment
` [RESEND PATCH v2 4/4] PCI: Add support for enforcing all MMIO BARs to be page aligned

[PATCH] cgroup: Add pids controller event when fork fails because of pid limit
 2016-06-21  4:44 UTC  (2+ messages)

[PATCH 1/2] ARM: multi_v7_defconfig: Enable AHCI_IMX
 2016-06-21  4:43 UTC  (2+ messages)

[PATCH v10 00/22] Add HiSilicon RoCE driver
 2016-06-21  4:37 UTC  (9+ messages)
` [PATCH v10 08/22] IB/hns: Add icm support

[PATCH v3 0/5] ACPI 2.0: Enable TermList interpretion for table loading
 2016-06-21  4:34 UTC  (10+ messages)
  ` [PATCH v3 1/5] ACPICA: Namespace: Fix a regression that MLC support triggers dead lock in dynamic "
` [PATCH v4 0/5] ACPI 2.0: Enable TermList interpretion for "
  ` [PATCH v4 1/5] ACPICA: Namespace: Fix a regression that MLC support triggers dead lock in dynamic "
  ` [PATCH v4 2/5] ACPICA: Dispatcher: Fix an issue that the opregions created by the linked MLC were not tracked
  ` [PATCH v4 3/5] ACPICA: ACPI 2.0, Interpreter: Fix MLC issues by switching to new TermList grammar for table loading
  ` [PATCH v4 4/5] ACPI 2.0 / AML: Enable correct ACPI subsystem initialization order for new table loading mode
  ` [PATCH v4 5/5] ACPI 2.0 / AML: Fix module level execution by correctly parsing table as TermList

[PATCH v4 0/8] iommu/rockchip: Fix bugs and enable on ARM64
 2016-06-21  4:34 UTC  (9+ messages)
` [PATCH v4 1/8] iommu/rockchip: Fix devm_{request,free}_irq parameter
` [PATCH v4 2/8] iommu/rockchip: Add map_sg callback for rk_iommu_ops
` [PATCH v4 3/8] iommu/rockchip: Fix allocation of bases array in driver probe
` [PATCH v4 4/8] iommu/rockchip: Use DMA API to manage coherency
` [PATCH v4 5/8] iommu/rockchip: Prepare to support generic DMA mapping
` [PATCH v4 6/8] drm/rockchip: Do not use DMA mapping API if attached to IOMMU domain
` [PATCH v4 7/8] drm/rockchip: Use common IOMMU API to attach devices
` [PATCH v4 8/8] iommu/rockchip: Enable Rockchip IOMMU on ARM64

[PATCH] dt-bindings: ci-hdrc-usb2: s/gadget-itc-setting/itc-setting in example
 2016-06-21  4:29 UTC  (2+ messages)

[PATCH -v2 00/33] implement atomic_fetch_$op
 2016-06-21  4:27 UTC  (8+ messages)
` [PATCH -v2 14/33] locking,m68k: Implement atomic_fetch_{add,sub,and,or,xor}()

[PATCH] drm/rockchip: Finish initialization before registering DRM device
 2016-06-21  4:27 UTC 

[PATCH] ASoC: intel: fix build when ACPI is not enabled
 2016-06-21  4:13 UTC  (4+ messages)
` [alsa-devel] "

[PATCH v20 00/20] perf, tools: Add support for PMU events in JSON format
 2016-06-21  4:02 UTC  (8+ messages)
` [PATCH v20 01/20] perf, tools: Add jsmn `jasmine' JSON parser
` [PATCH v20 02/20] perf, tools, jevents: Program to convert JSON file to C style file
` [PATCH v20 03/20] perf, tools: Use pmu_events table to create aliases
` [PATCH v20 04/20] perf, tools: Support CPU ID matching for Powerpc
` [PATCH v20 05/20] perf, tools: Support CPU id matching for x86 v2
` [PATCH v20 06/20] perf, tools: Support alias descriptions
` [PATCH v20 07/20] perf, tools: Query terminal width and use in perf list

[PATCH v3 00/13] Virtually mapped stacks with guard pages (x86, core)
 2016-06-21  4:01 UTC  (15+ messages)
` [PATCH v3 01/13] x86/mm/hotplug: Don't remove PGD entries in remove_pagetable()
` [PATCH v3 02/13] x86/cpa: In populate_pgd, don't set the pgd entry until it's populated
` [PATCH v3 03/13] x86/mm: Remove kernel_unmap_pages_in_pgd() and efi_cleanup_page_tables()
` [PATCH v3 04/13] mm: Track NR_KERNEL_STACK in KiB instead of number of stacks
` [PATCH v3 05/13] mm: Fix memcg stack accounting for sub-page stacks
` [PATCH v3 06/13] fork: Add generic vmalloced stack support
` [PATCH v3 07/13] x86/die: Don't try to recover from an OOPS on a non-default stack
` [PATCH v3 08/13] x86/dumpstack: When OOPSing, rewind the stack before do_exit
` [PATCH v3 09/13] x86/dumpstack: When dumping stack bytes due to OOPS, start with regs->sp
` [PATCH v3 10/13] x86/dumpstack: Try harder to get a call trace on stack overflow
` [PATCH v3 11/13] x86/dumpstack/64: Handle faults when printing the "Stack:" part of an OOPS
` [PATCH v3 12/13] x86/mm/64: Enable vmapped stacks
` [PATCH v3 13/13] x86/mm: Improve stack-overflow #PF handling

[PATCH v11 3/3] Bluetooth: hci_uart: Support firmware download for Marvell
 2016-06-21  3:47 UTC  (2+ messages)
` [v11,3/3] "

[PATCH] net: vrf: replace hard tab with space in assignment
 2016-06-21  3:49 UTC  (2+ messages)

[PATCH 0/3] nvme: Don't add namespaces for locked drives
 2016-06-21  3:50 UTC  (5+ messages)

[PATCH net-next 00/19] net: hns: fix some bugs in hns driver
 2016-06-21  3:56 UTC  (20+ messages)
` [PATCH net-next 01/19] net: hns: bug fix of ge reset sequence
` [PATCH net-next 02/19] net: hns: fix hns dsaf v1 dont support tx_pause close
` [PATCH net-next 03/19] net: hns: add skb_reset_mac_header() after skb being alloc
` [PATCH net-next 04/19] net: hns: typo fix of annotation info for hns_nic_reset_subtask()
` [PATCH net-next 05/19] net: hns: Remove unnecessary device resource free
` [PATCH net-next 06/19] net: hns: fix the error info when dma_set_mask_and_coherent fail
` [PATCH net-next 07/19] net: hns: select Hilink before serdes loopback for HNS V2
` [PATCH net-next 08/19] net: hns: fix ethtool loopback fail bug
` [PATCH net-next 09/19] net: hns: fix the wrong speed for bond
` [PATCH net-next 10/19] net: hns: bugfix about pfc pause frame statistics
` [PATCH net-next 11/19] net: hns: add spin lock for tcam table operation
` [PATCH net-next 12/19] net: hns: fix bug of getting the wrong tcam data
` [PATCH net-next 13/19] net: hns: add get_coalesce_range api for hns
` [PATCH net-next 14/19] net: hns: delete redundancy ring enable operations
` [PATCH net-next 15/19] net: hns: bug fix about led control logic when link down
` [PATCH net-next 16/19] net: hns: fix bug that alloc skb fail lead to port unavailable
` [PATCH net-next 17/19] net: hns: fix sbm default parameters config error
` [PATCH net-next 18/19] net: hns: change the default coalesce usecs
` [PATCH net-next 19/19] net: hns: bug fix about TSO on|off when there is traffic

[PATCH 0/3] ARM: dts: imx7d: add i.MX 7Solo and Colibri iMX7S/D dts
 2016-06-21  3:20 UTC  (5+ messages)
` [PATCH 1/3] ARM: dts: imx7d: create i.MX 7Solo base device tree

[PATCH 10/12] lguest: Only descend into lguest directory when CONFIG_LGUEST is set
 2016-06-20 22:13 UTC  (5+ messages)
  ` [PATCH 12/12] leds: Only descend into leds directory when CONFIG_NEW_LEDS "
        ` [PATCH] leds: Add no-op gpio_led_register_device when LED subsystem is disabled

[GIT PULL 00/10] perf/core improvements and fixes
 2016-06-21  3:11 UTC  (13+ messages)
` [PATCH 01/10] perf tools: Find vdso with the consider of cross-platform
` [PATCH 02/10] kbuild: List libelf-devel as an alternative
` [PATCH 03/10] perf script: Fix documentation of '-f' when it should be '-F'
` [PATCH 04/10] perf hists: Rename __hists__add_entry to hists__add_entry
` [PATCH 05/10] perf tools: Remove some unused functions
` [PATCH 06/10] perf tools: Remove --perf-dir and --work-dir
` [PATCH 07/10] perf llvm: Allow dump llvm output object file using llvm.dump-obj
` [PATCH 08/10] perf record: Add --dry-run option to check cmdline options
` [PATCH 09/10] perf evsel: Fix write_backwards fallback
` [PATCH 10/10] perf script: Add stackcollapse.py script

mmc: dw_mmc: warning with CONFIG_DMA_API_DEBUG
 2016-06-21  2:31 UTC  (4+ messages)

[PATCH v6 0/5] tpm: Command duration logging and chip-specific override
 2016-06-21  1:54 UTC  (7+ messages)
` [PATCH v7 "
  ` [PATCH v7 1/5] tpm_tis: Improve reporting of IO errors
  ` [PATCH v7 2/5] tpm: Add optional logging of TPM command durations
  ` [PATCH v7 3/5] tpm: Clean up reading of timeout and duration capabilities
  ` [PATCH v7 4/5] tpm: Allow TPM chip drivers to override reported command durations
  ` [PATCH v7 5/5] tpm_tis: Increase ST19NP18 TPM command duration to avoid chip lockup

[PATCH 0/2] perf bpf: Add helper to support generate BPF object
 2016-06-21  2:49 UTC  (10+ messages)
` [PATCH 2/2] perf record: Add --dry-run option to check cmdline options

[patch V2 00/20] timer: Refactor the timer wheel
 2016-06-21  2:48 UTC  (7+ messages)

[PATCH V2] coresight-stm: support mmapping channel regions with mmio_addr
 2016-06-21  2:24 UTC 

[PATCH v10 00/14] USB OTG/dual-role framework
 2016-06-21  2:30 UTC  (6+ messages)
` [PATCH v10 08/14] usb: otg: add OTG/dual-role core
  ` [PATCH v11 "

[lkp] [x86 tsc_msr] 8c82d5a94b: unixbench.score -15.6% regression
 2016-06-21  2:15 UTC 

[lkp] [Btrfs] 039157e07d: fio.write_bw_MBps 13.2% improvement
 2016-06-21  2:14 UTC 

[PATCH 1/2 RESEND] staging: dgnc: remove redundant NULL checks in
 2016-06-21  2:15 UTC  (3+ messages)

[lkp] [btrfs] 164a91c9be: xfstests.generic.088.fail
 2016-06-21  2:11 UTC 

[PATCH v3 0/6] Introduce ZONE_CMA
 2016-06-21  2:08 UTC  (9+ messages)

[PATCH] scsi: libfc: fix seconds_since_last_reset calculation
 2016-06-21  2:05 UTC  (2+ messages)

[PATCH v8 0/3] Mediatek MT8173 CMDQ support
 2016-06-21  2:03 UTC  (5+ messages)
` [PATCH v8 2/3] CMDQ: Mediatek CMDQ driver

[PATCH 0/3] Fixes on remote unwind
 2016-06-21  1:59 UTC  (2+ messages)

[PATCH] VMW_PVSCSI: Change to update maintainer details (name, email)
 2016-06-21  2:01 UTC  (2+ messages)

[PATCH v2] more mapcount page as kpage could reduce total replacement times than fewer mapcount one in probability
 2016-06-21  1:57 UTC  (2+ messages)

[PATCH] ASoC: cs53l30: Add MUTE pin control support via GPIO
 2016-06-21  1:54 UTC 

[PATCH] mmc: core: add auto bkops support
 2016-06-21  1:44 UTC  (6+ messages)

[PATCH] arm64: add boot image dependencies to not generate invalid images
 2016-06-21  1:44 UTC 

[PATCH v2 00/15] clk: sunxi: introduce "modern" clock support
 2016-06-21  1:48 UTC  (6+ messages)
` [PATCH v2 04/15] clk: sunxi-ng: Add fixed factor "
` [PATCH v2 13/15] clk: sunxi-ng: Add N-K-M-P factor clock

[PATCH V2 resend] libata:fix kernel panic when hotplug
 2016-06-21  1:46 UTC  (4+ messages)

[PATCH V3 2/2] powerpc/drivers: Add driver for operator panel on FSP machines
 2016-06-21  1:44 UTC  (3+ messages)
` [V3, "

[PATCH 0/4] ASoC: tpa6130a2: Add support for multiple instances
 2016-06-21  1:45 UTC  (11+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 2/5] ASoC: tap6130a2: Use regmap
  ` [PATCH v2 3/5] ASoC: tpa6130a2: Use snd soc volsw functions
  ` [PATCH v2 4/5] ASoC: tpa6130a2: Add DAPM support
  ` [PATCH v2 5/5] ASoC: tpa6130a2: Remove goto err_gpio

[PATCH v4] usb: ohci-at91: Forcibly suspend ports while USB suspend
 2016-06-21  1:32 UTC 

linux-next: build warnings after merge of the pci tree
 2016-06-21  1:27 UTC  (4+ messages)

[PATCH] Input: elan_i2c - +200 ms delay before setting to ABS mode
 2016-06-21  1:31 UTC  (3+ messages)

[PATCH v8 0/8] perf tools: Support overwritable ring buffer
 2016-06-21  1:31 UTC  (4+ messages)
` [PATCH v8 2/8] perf evlist: Introduce aux evlist

[PATCH 0/3] Convert clk-fixed into module platform driver
 2016-06-21  1:30 UTC  (5+ messages)
` [PATCH 1/3] clk: Add new function of_clk_is_provider()

linux-next: manual merge of the net-next tree with the arm-soc tree
 2016-06-21  1:18 UTC 

[PATCH] clk: correct comments for __clk_determine_rate
 2016-06-21  0:59 UTC  (2+ messages)

ktime_get_ts64() splat during resume
 2016-06-21  1:22 UTC  (5+ messages)

[PATCH 0/3] clk: Add MDM9615 Clock Controllers driver and bindings
 2016-06-21  1:21 UTC  (3+ messages)
` [PATCH 1/3] clk: mdm9615: Add support for MDM9615 Clock Controllers

[PATCH 1/2] scsi: lpfc: avoid harmless comparison warning
 2016-06-21  1:12 UTC  (3+ messages)
` [PATCH 2/2] scsi: wd7000: print sector number as 64-bit

[PATCH 0/5] Implement bitlock map allocator
 2016-06-21  1:05 UTC  (4+ messages)
` [PATCH 3/5] lockdep: Apply bit_spin_lock lockdep to zram

[PATCH v3] gpio: add Intel WhiskeyCove GPIO driver
 2016-06-20 23:19 UTC  (2+ messages)

[RESEND][PATCH] clk: fixed-factor: set CLK_SET_RATE_PARENT
 2016-06-21  0:59 UTC  (2+ messages)

[PATCH 0/5] Input: alps - cleanup
 2016-06-21  0:31 UTC  (2+ messages)

[PATCH 1/1] clk: Remove unused variable
 2016-06-21  0:47 UTC  (2+ messages)

[PATCH v3] mm/compaction: remove unnecessary order check in direct compact path
 2016-06-21  0:52 UTC  (2+ messages)

Add mt6755 basic chip support
 2016-06-21  0:50 UTC  (6+ messages)
` [PATCH 2/2] arm64: dts: mediatek: add mt6755 support

[PATCH v2 0/2] Rework clk/vt8500 wm8650_find_pll_bits()
 2016-06-21  0:48 UTC  (5+ messages)
` [PATCH v2 1/2] clk: vt8500: fix gcc-4.9 warnings
` [PATCH v2 2/2] clk: vt8500: rework wm8650_find_pll_bits()

[PATCH v4] powerpc: spinlock: Fix spin_unlock_wait()
 2016-06-21  0:40 UTC  (2+ messages)
` [v4] "

[PATCH 0/8] arm64: dts: db820c: Add basic board support
 2016-06-20 23:23 UTC  (3+ messages)
` [PATCH 1/8] arm64: dts: db820c: add "

linux-next: manual merge of the akpm-current tree with the tip tree
 2016-06-21  0:30 UTC  (4+ messages)
` [PATCH 1/2] ipc/sem.c: Fix complex_count vs. simple op race

[PATCH 0/8] Improve Rx/Tx DMA implementation
 2016-06-21  0:11 UTC  (6+ messages)
` [PATCH 2/8] tty: serial: fsl_lpuart: support suspend/resume

[PATCH v4 0/5] Add suspend-to-idle validation for Intel SoCs
 2016-06-21  0:12 UTC  (4+ messages)
` [PATCH v4 2/5] clockevents: Add timed freeze

[PATCH v3 0/3] ptrace-vs-syscall-restart fixes, v3
 2016-06-20 23:39 UTC  (4+ messages)
` [PATCH v3 1/3] x86/ptrace: Stop setting TS_COMPAT in ptrace code
` [PATCH v3 2/3] x86/signal: Rewire the restart_block() syscall to have a constant nr
` [PATCH v3 3/3] x86/ptrace, x86/signal: Remove TS_I386_REGS_POKED

[PATCH 0/2] ARM: dts: Add support for the MDM9615
 2016-06-20 23:54 UTC  (3+ messages)
` [PATCH 2/2] dt-bindings: qcom: Add MDM9615 bindings

[PATCH v2] firmware: qcom: scm: Expose PAS command 10 as reset-controller
 2016-06-20 23:27 UTC  (2+ messages)

x86/tsc: Set X86_FEATURE_TSC_RELIABLE to skip refined calibration
 2016-06-20 23:55 UTC  (4+ messages)

[RFC PATCH] tty: serial: msm_serial: Don't reset uart on set_termios
 2016-06-20 23:54 UTC  (3+ messages)
` [PATCH v2] tty: serial: msm: Don't reconfigure same baud rate

[PATCH RFC 3/3] perf script: Add callindent option
 2016-06-20 23:50 UTC  (3+ messages)
` [PATCH RFC V2 "

[PATCH-v4 0/7] random: replace urandom pool with a CRNG
 2016-06-20 23:48 UTC  (5+ messages)
` [PATCH 5/7] random: replace non-blocking pool with a Chacha20-based CRNG

[PATCH 6/6] ppc: ebpf/jit: Implement JIT compiler for extended BPF
 2016-06-20 23:38 UTC  (4+ messages)
` [6/6] "

[PATCH] mm: slab.h: use ilog2() in kmalloc_index()
 2016-06-20 23:33 UTC 

[PATCH 2/2] max8903: cleans up confusing relationship between dc_valid, dok and dcm
 2016-06-20 23:43 UTC  (4+ messages)
` [PATCH v3 1/7] max8903: adds documentation for device tree bindings

[PATCH v3 0/5] i.MX L2-cache code cleanups and performance tweaks
 2016-06-20 23:07 UTC  (4+ messages)

[GIT PULL] AVR32 update for 4.7
 2016-06-20 23:39 UTC  (3+ messages)

[PATCH 1/5] kconfig.h: use __is_defined() to check if MODULE is defined
 2016-06-20 23:20 UTC  (4+ messages)
` [PATCH 5/5] vmlinux.lds.h: replace config_enabled() with IS_ENABLED()

[PATCH 0/1] introduce page_ref_inc_return
 2016-06-20 23:11 UTC  (3+ messages)
` [PATCH 1/1] mm/page_ref: "

[PATCH 1/3] serial: pxa: make it explicitly non-modular
 2016-06-20 22:55 UTC  (3+ messages)
` [PATCH 2/3] serial: vt8500_serial: "
` [PATCH 3/3] serial: m32r_sio: "

[PATCH] fsl mc-bus: Move mc-io destroy to bus remove
 2016-06-20 22:29 UTC  (2+ messages)

[PATCH 8/8] arm64: dts: db820c: add support to external sd card
 2016-06-20 22:53 UTC  (2+ messages)

[PATCH v1 1/1] MAINTAINERS: belong Documentation/pinctrl.txt properly
 2016-06-20 22:52 UTC 

[PATCH 0/6] Support DAX for device-mapper dm-linear devices
 2016-06-20 22:22 UTC  (9+ messages)

[PATCH] staging: lustre: llite: break ll_getxattr_common into 2 functions
 2016-06-20 22:47 UTC 

[PATCH net-next] net: ena: Add a driver for Amazon Elastic Network Adapters (ENA)
 2016-06-20 22:43 UTC  (4+ messages)

[patch] mm, compaction: ignore watermarks when isolating free pages
 2016-06-20 22:27 UTC  (3+ messages)
  ` [patch] mm, compaction: abort free scanner if split fails

kernel-4.7 bug in Intel sound and/or ACPI
 2016-06-20 22:25 UTC  (4+ messages)

[PATCH] selftests/vm: Don't mlockall MCL_CURRENT in on-fault-limit test
 2016-06-20 21:27 UTC 

[PATCH v2] x86/ptrace: Stop setting TS_COMPAT in ptrace code
 2016-06-20 22:21 UTC  (3+ messages)

[PATCH -tip 00/12] locking/atomics: Add and use inc,dec calls for FETCH-OP flavors
 2016-06-20 20:05 UTC 

[PATCH v3 0/2] media: add et8ek8 camera sensor driver and documentation
 2016-06-20 21:59 UTC  (5+ messages)
` [PATCH v3 1/2] media: Driver for Toshiba et8ek8 5MP sensor


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