linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-09-17 19:21:09 to 2016-09-18 12:53:15 UTC [more...]

Source code review around jump label usage
 2016-09-18 12:52 UTC  (15+ messages)
` [PATCH 00/10] firewire-net: Fine-tuning for several function implementations
  ` [PATCH 01/] firewire-net: Use kmalloc_array() in fwnet_broadcast_start()
  ` [PATCH 02/10] firewire-net: Rename a jump label "
  ` [PATCH 03/10] firewire-net: Rename jump labels in fwnet_init()
  ` [PATCH 04/10] firewire-net: Rename jump labels in fwnet_probe()
  ` [PATCH 05/10] firewire-net: Rename a jump label in fwnet_tx()
  ` [PATCH 06/10] firewire-net: Rename a jump label in fwnet_send_packet()
  ` [PATCH 07/10] firewire-net: Rename a jump label in fwnet_incoming_packet()
  ` [PATCH 08/10] firewire-net: Rename a jump label in fwnet_finish_incoming_packet()
  ` [PATCH 09/10] firewire-net: Rename jump labels in fwnet_pd_new()
  ` [PATCH 10/10] firewire-net: Adjust checks for null pointers in five functions
` [PATCH 0/6] firmware-qemu_fw_cfg: Fine-tuning for four function implementations
  ` [PATCH 1/6] firmware-qemu_fw_cfg: Use kmalloc_array() in fw_cfg_register_dir_entries()
  ` [PATCH 2/6] firmware-qemu_fw_cfg: Improve a size determination in fw_cfg_register_file()

[PATCH] crypto: sun4i-ss: mark sun4i_hash() static
 2016-09-18 12:52 UTC 

[PATCH] dma-buf/sw_sync: mark sync_timeline_create() static
 2016-09-18 12:49 UTC 

[PATCH 1/4] debugfs: introduce a public file_operations accessor
 2016-09-18 12:49 UTC  (8+ messages)
` [PATCH 2/4] carl9170: fix debugfs crashes
  ` [PATCH 3/4] b43: fix debugfs crash
    ` [PATCH 4/4] b43legacy: "

[RFC/RFT][PATCH v2 0/7] Functional dependencies between devices
 2016-09-18 12:39 UTC  (8+ messages)

[PATCH] megaraid_sas: clean function declarations in megaraid_sas_base.c up
 2016-09-18 12:07 UTC 

[PATCH] net: mvneta: mark symbols static where possible
 2016-09-18 12:05 UTC  (3+ messages)

[PATCH] vme: mark symbols static where possible
 2016-09-18 11:57 UTC 

[PATCH] f2fs: fix to avoid slowing down background gc
 2016-09-18 11:52 UTC 

[PATCH net-next 00/11] rxrpc: Tracepoint addition and improvement
 2016-09-18 11:47 UTC  (13+ messages)
` [PATCH net-next 01/11] rxrpc: Print the packet type name in the Rx packet trace
` [PATCH net-next 02/11] rxrpc: Add some additional call tracing
` [PATCH net-next 03/11] rxrpc: Add connection tracepoint and client conn state tracepoint
` [PATCH net-next 04/11] rxrpc: Add a tracepoint to follow the life of a packet in the Tx buffer
` [PATCH net-next 05/11] rxrpc: Add a tracepoint to log received ACK packets
` [PATCH net-next 06/11] rxrpc: Add a tracepoint to log ACK transmission
` [PATCH net-next 07/11] rxrpc: Add a tracepoint to follow packets in the Rx buffer
` [PATCH net-next 08/11] rxrpc: Add a tracepoint to follow what recvmsg does
` [PATCH net-next 09/11] rxrpc: Remove printks from rxrpc_recvmsg_data() to fix uninit var
` [PATCH net-next 10/11] rxrpc: Improve skb tracing
` [PATCH net-next 11/11] rxrpc: Add config to inject packet loss

[PATCH] staging: lustre: lmv: add missing function declaration
 2016-09-18 11:39 UTC 

[PATCH 0/2] dts: arm64: db820c: adds support to pmic pins
 2016-09-18 11:38 UTC  (3+ messages)
` [PATCH 1/2] pinctrl: pm8994: add pad voltage regulator defines

[PATCH] gpio: f7188x: use gpiochip_get_data instead of container_of
 2016-09-18 11:35 UTC  (2+ messages)

[PATCH] x86/apic: Fix suspicious RCU usage in smp_trace_call_function_interrupt
 2016-09-18 11:35 UTC  (4+ messages)

Skylake graphics regression: projector failure with 4.8-rc3
 2016-09-18 11:35 UTC  (6+ messages)
    ` [Intel-gfx] "

[PATCH v2] x86/apic: Fix suspicious RCU usage
 2016-09-18 11:34 UTC 

[PATCH] staging: ks7010: move ks_wlan_hw_tx() declaration to header file
 2016-09-18 11:30 UTC 

[PATCH] mm/mempolicy.c: forbid static or relative flags for local NUMA mode
 2016-09-18 11:29 UTC 

Crashing 'kzm' target in next-20160913 due to 'gpio: mxc: shift gpio_mxc_init() to subsys_initcall level'
 2016-09-18 11:24 UTC  (5+ messages)

[PATCH net-next 00/14] rxrpc: Fixes & miscellany
 2016-09-18 11:22 UTC  (16+ messages)
` [PATCH net-next 01/14] rxrpc: Remove some whitespace
` [PATCH net-next 02/14] rxrpc: Move the check of rx_pkt_offset from rxrpc_locate_data() to caller
` [PATCH net-next 03/14] rxrpc: Check the return value of rxrpc_locate_data()
` [PATCH net-next 04/14] rxrpc: Fix handling of the last packet in rxrpc_recvmsg_data()
` [PATCH net-next 05/14] rxrpc: Record calls that need to be accepted
` [PATCH net-next 06/14] rxrpc: Purge the to_be_accepted queue on socket release
` [PATCH net-next 07/14] rxrpc: Fix the putting of client connections
` [PATCH net-next 08/14] rxrpc: Call rxrpc_release_call() on error in rxrpc_new_client_call()
` [PATCH net-next 09/14] rxrpc: Fix unexposed client conn release
` [PATCH net-next 10/14] rxrpc: Fix the parsing of soft-ACKs
` [PATCH net-next 11/14] rxrpc: Fix retransmission algorithm
` [PATCH net-next 12/14] rxrpc: Don't transmit an ACK if there's no reason set
` [PATCH net-next 13/14] rxrpc: Be consistent about switch value in rxrpc_send_call_packet()
` [PATCH net-next 14/14] rxrpc: Fix the basic transmit DATA packet content size at 1412 bytes

[PATCH] staging: ks7010: clean function declarations in ks_hostif.c up
 2016-09-18 11:18 UTC 

[PATCH] pinctrl: cherryview: Do not mask all interrupts on probe
 2016-09-18 11:16 UTC  (3+ messages)
` [PATCH 1/2] gpiolib: Add possibility to mask which GPIOs are added to IRQ domain

[PATCH] staging: ks7010: clean function declaration in ks_hostif.c up
 2016-09-18 11:07 UTC 

Payment noticeu
 2016-09-18 10:35 UTC 

[PATCH 0/3] constify iio_info structures
 2016-09-18 11:00 UTC  (7+ messages)
` [PATCH 1/3] iio: common: ssp_sensors: accel: "
` [PATCH 2/3] iio: adc: men_z188_adc: "
` [PATCH 3/3] iio: common: ssp_sensors: gyro: "

[PATCH] net/mlx5: clean function declarations in eswitch.c up
 2016-09-18 10:56 UTC  (2+ messages)

[GIT PULL] USB driver fixes for 4.8-rc7
 2016-09-18 10:33 UTC 

[PATCH] ARM: tegra: nyan: Mark all USB ports as host
 2016-09-18 10:28 UTC 

genirq: Setting trigger mode 0 for irq 11 failed (txx9_irq_set_type+0x0/0xb8)
 2016-09-18 10:26 UTC  (4+ messages)

[PATCH] avr32: fix 'undefined reference to `___copy_from_user'
 2016-09-18  9:46 UTC  (4+ messages)

[PATCH] perf, tools: Handle events including .c and .o
 2016-09-18 10:20 UTC  (3+ messages)

[PATCH v6 0/3] Add a new board TOPEET iTOP for Exynos 4412
 2016-09-18  9:46 UTC  (7+ messages)
` [PATCH v6 2/3] ARM: dts: add TOPEET itop elite based board

[PATCH v16 0/4] Introduce usb charger framework to deal with the usb gadget power negotation
 2016-09-18  9:39 UTC  (11+ messages)

[RFC PATCH 00/10] ARM: dts: exynos: Fix invalid GIC interrupt flags
 2016-09-18  9:34 UTC  (5+ messages)

Possible code defects: macros and precedence
 2016-09-18  9:31 UTC  (9+ messages)

[PATCH 1/2] mtd: nand: mxc: Test CONFIG_OF instead of CONFIG_OF_MTD
 2016-09-18  9:20 UTC  (4+ messages)
` [PATCH 2/2] mtd: Kill the OF_MTD Kconfig option

Question about commit f9a67b1182e5 ("md/bitmap: clear bitmap if bitmap_create failed")
 2016-09-18  9:19 UTC  (5+ messages)

[PATCH] cxgb4: mark symbols static where possible
 2016-09-18  9:18 UTC 

[PATCH] net: hns: add function declarations in hns_dsaf_mac.h
 2016-09-18  9:11 UTC 

[PATCH] mlxsw: spectrum: mark symbols static where possible
 2016-09-18  9:10 UTC  (2+ messages)

[PATCH] net: hns: mark symbols static where possible
 2016-09-18  9:07 UTC 

[PATCH/RFC v2 0/7] spi: Add slave mode support
 2016-09-18  9:04 UTC  (3+ messages)
` [PATCH/RFC v2 3/7] spi: core: Add support for registering SPI slave controllers

[PATCH] igb: mark igb_rxnfc_write_vlan_prio_filter() static
 2016-09-18  8:50 UTC 

[PATCH] ixgbe: mark symbols static where possible
 2016-09-18  8:47 UTC 

[PATCH] be2net: mark symbols static where possible
 2016-09-18  8:35 UTC 

[PATCH 2/2 v2] x86/e820: Use much less memory for e820/e820_saved, save up to 120k
 2016-09-18  8:31 UTC  (4+ messages)

[PATCH] phy: mark lan88xx_suspend() static
 2016-09-18  8:26 UTC 

[GIT pull] perf fixes for 4.8
 2016-09-18  8:11 UTC 

[GIT pull] smp fix for 4.8
 2016-09-18  8:06 UTC 

[GIT pull] irq fixes for 4.8
 2016-09-18  8:05 UTC 

[PATCH v2] clk: hisilicon: add CRG driver for Hi3798CV200 SoC
 2016-09-18  7:30 UTC 

[PATCH 00/14] blk-mq: Minor fixes and cleanups
 2016-09-18  7:37 UTC  (15+ messages)
` [PATCH 01/14] blk-mq: Fix memory leaks on queue cleanup
` [PATCH 02/14] blk-mq: Fix a potential NULL pointer assignment to hctx tags
` [PATCH 03/14] block: Get rid of unused request_queue::nr_queues member
` [PATCH 04/14] blk-mq: Do not limit number of queues to 'nr_cpu_ids' in allocations
` [PATCH 05/14] blk-mq: Remove a redundant assignment
` [PATCH 06/14] blk-mq: Fix hardware context data node selection
` [PATCH 07/14] blk-mq: Cleanup a loop exit condition
` [PATCH 08/14] blk-mq: Get rid of unnecessary blk_mq_free_hw_queues()
` [PATCH 09/14] blk-mq: Move duplicating code to blk_mq_exit_hctx()
` [PATCH 10/14] blk-mq: Uninit hardware context in order reverse to init
` [PATCH 11/14] blk-mq: Move hardware context init code into single location
` [PATCH 12/14] blk-mq: Rework blk_mq_init_hctx() function
` [PATCH 13/14] blk-mq: Pair blk_mq_hctx_kobj_init() with blk_mq_hctx_kobj_put()
` [PATCH 14/14] blk-mq: Set flush_start_tag to BLK_MQ_MAX_DEPTH

[PATCH] sysfs print name of undiscoverable attribute group as well
 2016-09-18  7:36 UTC  (2+ messages)

[PATCH v2] clocksource/fsl: Fix errata A-007728 for flextimer
 2016-09-18  6:46 UTC 

[PATCH] KVM: VMX: Enable MSR-BASED TPR shadow even if w/o APICv
 2016-09-18  6:55 UTC  (7+ messages)

[PATCH linux-firmware 00/12] Fix metadata for linux-firmware
 2016-09-18  6:31 UTC  (15+ messages)
` [PATCH linux-firmware 01/12] Add a metadata consistency check script
` [PATCH linux-firmware 02/12] WHENCE: Correct filename of LICENCE.moxa
` [PATCH linux-firmware 03/12] Add copy of GPL v2 and references to the GPL-2 and GPL-3 files
` [PATCH linux-firmware 04/12] WHENCE: Specify source directories for cis, isci, and usbdux firmware
` [PATCH linux-firmware 05/12] WHENCE: Remove references to source for emi62 firmware
` [PATCH linux-firmware 06/12] WHENCE: Remove references to two nvidia firmware files that were never added
` [PATCH linux-firmware 07/12] Remove unused 'LICENCE.mwl8335'
` [PATCH linux-firmware 08/12] WHENCE: Adjust some licence file references to satisfy check_whence.py
` [PATCH linux-firmware 09/12] WHENCE: Fix metadata for snd-soc-skl firmware
` [PATCH linux-firmware 10/12] WHENCE: List new radeon CI and SI smc firmware
` [PATCH linux-firmware 11/12] WHENCE: Add reference to 'qca/NOTICE.txt'
` [PATCH linux-firmware 12/12] README: Say that files must be listed in WHENCE, and how to check it

[tip regression] efi: Allow drivers to reserve boot services forever == toxic
 2016-09-18  6:09 UTC  (7+ messages)

[PATCH 1/2] rtc: Add some dummy static inline functions
 2016-09-18  6:03 UTC  (2+ messages)
` [PATCH 2/2] time: alarmtimer: Add the trcepoints for alarmtimer

drivers/gpio/gpiolib.c:3215: undefined reference to `of_get_named_gpiod_flags'
 2016-09-18  5:22 UTC 

[PATCH 4/5] ipc/msg: Lockless security checks for msgsnd
 2016-09-18  5:10 UTC 

[PATCH v2 1/2] usb: dwc3: gadget: Add disconnect checking when changing function dynamically
 2016-09-18  4:58 UTC  (6+ messages)
` [PATCH v2 2/2] usb: dwc3: Wait for control tranfer completed when stopping gadget

Runtime failure running sh:qemu in -next due to 'sh: fix copy_from_user()'
 2016-09-18  4:40 UTC  (9+ messages)

[PATCH 0/8] drm/rockchip: Flip wait clean-up
 2016-09-18  4:01 UTC  (4+ messages)
` [PATCH 2/8] drm/rockchip: Get rid of some unnecessary code

[PATCH V3 0/4] ARM64 LPC: legacy ISA I/O support
 2016-09-18  3:38 UTC  (5+ messages)
` [PATCH V3 1/4] ARM64 LPC: Indirect ISA port IO introduced

[PATCH v4 2/2] pci:aer: add support aer interrupt with none MSI/MSI-X/INTx mode
 2016-09-18  3:37 UTC  (5+ messages)
` [PATCH v5 1/3] arm/dts: add pcie aer interrupt-name property in the dts
  ` [PATCH v5 3/3] pci:aer: add support aer interrupt with none MSI/MSI-X/INTx mode

[PATCH] Re: [PATCH] jbd2: add jbd2_journal_init() helper
 2016-09-18  2:39 UTC  (6+ messages)
` [PATCH] jbd2: move more common code into journal_init_common()

Your payment Released
 2016-09-13 20:10 UTC 

[PATCH v3] stop_machine: Make migration_cpu_stop() does useful works for CONFIG_PREEMPT_NONE
 2016-09-18  2:07 UTC  (3+ messages)
` [PATCH v4] stop_machine: Avoid a sleep and wakeup in the stop_one_cpu()

[PATCH] sched/core: emove unnecessary initialization in sched_init()
 2016-09-18  1:59 UTC  (3+ messages)
` [PATCH v2] sched/core: remove "

[PATCH -v3 00/10] THP swap: Delay splitting THP during swapping out
 2016-09-18  1:53 UTC  (9+ messages)

[PATCH] clk: hisilicon: add CRG driver for Hi3798CV200 SoC
 2016-09-18  1:49 UTC  (3+ messages)

Cannot load linux after recent efi-related changes
 2016-09-18  1:14 UTC  (2+ messages)

arch/mips/vdso/gettimeofday.c:1:0: error: '-march=r3000' requires '-mfp32'
 2016-09-18  0:24 UTC 

[PATCH 1/1] ARM: imx5: Add clocks configuration
 2016-09-18  0:24 UTC  (4+ messages)

arch/mips/vdso/elf.S:1:0: error: '-march=r3000' requires '-mfp32'
 2016-09-18  0:08 UTC 

[PATCH] sched: Fix SCHED_HRTICK bug leading to late preemption of tasks
 2016-09-17 23:28 UTC  (2+ messages)

[PATCH] Staging: octeon: ethernet-rx: fixed three redundant blank line style issues
 2016-09-17 23:04 UTC 

[PATCH 1/3] x86/e820: Mark some static functions __init
 2016-09-17 22:57 UTC  (4+ messages)
` [PATCH 2/3] x86/e820: Prepare e280 code for switch to dynamic storage
` [PATCH 3/3] x86/e820: Use much less memory for e820/e820_saved, save up to 120k

[PATCH 1/2] net: ethernet: broadcom: b44: use phydev from struct net_device
 2016-09-17 22:11 UTC  (2+ messages)
` [PATCH 2/2] net: ethernet: broadcom: b44: use new api ethtool_{get|set}_link_ksettings

[REGRESSION] RLIMIT_DATA crashes named
 2016-09-17 21:52 UTC  (13+ messages)

[ANNOUNCE] 4.8-rc5-rt1 beta
 2016-09-17 20:45 UTC  (3+ messages)

[PATCHSET wq/for-4.9] workqueue: make workqueue available very early during boot
 2016-09-17 20:26 UTC  (5+ messages)
` [PATCH 2/7] mce, workqueue: remove keventd_up() usage

[PATCH devicetree] ARM: BCM53573: Specify PMU and its ILP clock in the DT
 2016-09-17 20:13 UTC 

[PATCH 1/4] fs - make is_local_mountpoint() usable by others
 2016-09-17 20:10 UTC  (3+ messages)
` [PATCH 3/4] autofs - make mountpoint checks namespace aware

[PATCH] openrisc: fix the fix of copy_from_user()
 2016-09-17 20:01 UTC 

[PATCH v4 0/6] blk-mq: generalization and bug fixes for tag allocation
 2016-09-17 19:49 UTC  (4+ messages)
` [PATCH] sbitmap: don't update the allocation hint on clear after resize

[PATCH v7 0/3] IPUv3 prep for i.MX5/6 v4l2 staging drivers, v7
 2016-09-17 19:33 UTC  (4+ messages)
` [PATCH v7 1/3] gpu: ipu-v3: Add FSU channel linking support
` [PATCH v7 2/3] gpu: ipu-v3: Add ipu_rot_mode_is_irt()
` [PATCH v7 3/3] gpu: ipu-v3: Add queued image conversion support


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